IIAMRoleDetail
Interface in AWS.IAM
Interface for IAM RoleDetail.
Properties
Arn
property Arn: TARN
The Amazon Resource Name (ARN) of the role.
AssumeRolePolicyDocument
property AssumeRolePolicyDocument: string
The policy that grants an entity permission to assume the role.
AttachedManagedPolicies
property AttachedManagedPolicies: TList<IIAMAttachedPolicy>
Type: IIAMAttachedPolicy
A list of managed policies attached to the role.
CreateDate
property CreateDate: TOptional<TDateTime>
The date and time when the role was created.
InstanceProfileList
property InstanceProfileList: TList<IIAMInstanceProfile>
Type: IIAMInstanceProfile
A list of instance profiles that contain this role.
Path
property Path: string
The path to the role.
PermissionsBoundary
property PermissionsBoundary: IIAMAttachedPermissionsBoundary
Type: IIAMAttachedPermissionsBoundary
Information about an attached permissions boundary.
RoleId
property RoleId: string
The stable and unique identifier for the role.
RoleLastUsed
property RoleLastUsed: IIAMRoleLastUsed
Type: IIAMRoleLastUsed
Information about the last time that the role was used.
RoleName
property RoleName: string
The name of the role.
RolePolicyList
property RolePolicyList: TList<IIAMPolicyDetail>
Type: IIAMPolicyDetail
A list of inline policies embedded in the role.
Tags
property Tags: TList<IIAMTag>
Type: IIAMTag
A list of tags that are attached to the role.