IIAMPolicy
Interface in AWS.IAM
Interface for IAM Policy.
Properties
Arn
property Arn: TARN
The Amazon Resource Name (ARN) of the policy.
AttachmentCount
property AttachmentCount: TOptional<Integer>
The number of entities (groups, roles, and users) that the policy is attached to.
CreateDate
property CreateDate: TOptional<TDateTime>
The date and time that the policy was created.
DefaultVersionId
property DefaultVersionId: string
The identifier for the version of the policy that is set as the default version.
Description
property Description: string
The description of the policy.
IsAttachable
property IsAttachable: TOptional<Boolean>
Specifies whether the policy can be attached to an IAM group, role, or user.
Path
property Path: string
The path to the policy.
PermissionsBoundaryUsageCount
property PermissionsBoundaryUsageCount: TOptional<Integer>
The number of entities (roles and users) for which the policy is used to set the permissions boundary.
PolicyId
property PolicyId: string
The stable and unique identifier of the policy.
PolicyName
property PolicyName: string
The name of the policy.
Tags
property Tags: TList<IIAMTag>
Type: IIAMTag
A list of tags that are attached to the policy.
UpdateDate
property UpdateDate: TOptional<TDateTime>
The date and time that the policy was last updated.