Principal Account Account used for delegating credentials
| Platform |
Account Type |
Account Delegation |
User hrn |
User Status |
{% for row in principal_acc %}
| {{ row.platform_name }} |
{{ row.account_type }} |
{{ row.delegation_type }} |
{{ row.usr_hrn }} |
{{ row.user_status }} |
{%endfor%}
{%if 'Enabled' in user_status %}
Credentials Delegated to Principal Account
Delegated User Credential
| Expiration Date |
Download |
{% for row in my_users %}
| {{ row.cred_exp }} |
|
{%endfor%}
Delegated Slice Credentials
| Slice Name |
Expiration Date |
Download |
{% for row in my_slices %}
| {{ row.slice_name }} |
{{ row.cred_exp }} |
|
{%endfor%}
Delegated Authority Credentials
| Authority Name |
Expiration Date |
Download |
{% for row in my_auths %}
| {{ row.auth_name }} |
{{ row.cred_exp }} |
|
{%endfor%}
{%if '' not in my_users%}
{%else%}
{%endif%}
{%endif%}