| Service | Days since last use | Privilege Source {% for service in principal.services %} |
|---|---|---|
| {{service.name}} | {{service.last_use}} | {{service.source}} {% endfor %} |
{{policy.document}}
{% endfor %}
{% endif %}
{% if principal.assume_role is defined %}
{{principal.assume_role}}
{% endif %}
{{policy.document}}
{% endfor %}
{% endif %}
{% if group.managed_policies|length == 0 and group.inline_policies|length == 0 %}
WARNING: This policy does nothing and can be removed (assuming no boundary policies).
{% endif %}
{{policy.document}}