Skip to content

/AWS1/CL_IAMATTACHEDPOLICY

Contains information about an attached policy.

An attached policy is a managed policy that has been attached to a user, group, or role. This data type is used as a response element in the ListAttachedGroupPolicies, ListAttachedRolePolicies, ListAttachedUserPolicies, and GetAccountAuthorizationDetails operations.

For more information about managed policies, refer to Managed policies and inline policies in the IAM User Guide.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_policyname TYPE /AWS1/IAMPOLICYNAMETYPE /AWS1/IAMPOLICYNAMETYPE

The friendly name of the attached policy.

iv_policyarn TYPE /AWS1/IAMARNTYPE /AWS1/IAMARNTYPE

PolicyArn


Queryable Attributes

PolicyName

The friendly name of the attached policy.

Accessible with the following methods

Method Description
GET_POLICYNAME() Getter for POLICYNAME, with configurable default
ASK_POLICYNAME() Getter for POLICYNAME w/ exceptions if field has no value
HAS_POLICYNAME() Determine if POLICYNAME has a value

PolicyArn

PolicyArn

Accessible with the following methods

Method Description
GET_POLICYARN() Getter for POLICYARN, with configurable default
ASK_POLICYARN() Getter for POLICYARN w/ exceptions if field has no value
HAS_POLICYARN() Determine if POLICYARN has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_ATTACHEDPOLICIESLISTTYPE

TYPES TT_ATTACHEDPOLICIESLISTTYPE TYPE STANDARD TABLE OF REF TO /AWS1/CL_IAMATTACHEDPOLICY WITH DEFAULT KEY
.