Class: Aws::IAM::Types::ManagedPolicyDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::ManagedPolicyDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
Contains information about a managed policy, including the policy’s ARN, versions, and the number of principal entities (users, groups, and roles) that the policy is attached to.
This data type is used as a response element in the GetAccountAuthorizationDetails operation.
For more information about managed policies, see [Managed policies and inline policies] in the *IAM User Guide*.
[1]: docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN).
-
#attachment_count ⇒ Integer
The number of principal entities (users, groups, and roles) that the policy is attached to.
-
#create_date ⇒ Time
The date and time, in [ISO 8601 date-time format], when the policy was created.
-
#default_version_id ⇒ String
The identifier for the version of the policy that is set as the default (operative) version.
-
#description ⇒ String
A friendly description of the policy.
-
#is_attachable ⇒ Boolean
Specifies whether the policy can be attached to an IAM user, group, or role.
-
#path ⇒ String
The path to the policy.
-
#permissions_boundary_usage_count ⇒ Integer
The number of entities (users and roles) for which the policy is used as the permissions boundary.
-
#policy_id ⇒ String
The stable and unique string identifying the policy.
-
#policy_name ⇒ String
The friendly name (not ARN) identifying the policy.
-
#policy_version_list ⇒ Array<Types::PolicyVersion>
A list containing information about the versions of the policy.
-
#update_date ⇒ Time
The date and time, in [ISO 8601 date-time format], when the policy was last updated.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN). ARNs are unique identifiers for Amazon Web Services resources.
For more information about ARNs, go to [Amazon Resource Names (ARNs)] in the *Amazon Web Services General Reference*.
[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
7522 7523 7524 7525 7526 7527 7528 7529 7530 7531 7532 7533 7534 7535 7536 7537 |
# File 'lib/aws-sdk-iam/types.rb', line 7522 class ManagedPolicyDetail < Struct.new( :policy_name, :policy_id, :arn, :path, :default_version_id, :attachment_count, :permissions_boundary_usage_count, :is_attachable, :description, :create_date, :update_date, :policy_version_list) SENSITIVE = [] include Aws::Structure end |
#attachment_count ⇒ Integer
The number of principal entities (users, groups, and roles) that the policy is attached to.
7522 7523 7524 7525 7526 7527 7528 7529 7530 7531 7532 7533 7534 7535 7536 7537 |
# File 'lib/aws-sdk-iam/types.rb', line 7522 class ManagedPolicyDetail < Struct.new( :policy_name, :policy_id, :arn, :path, :default_version_id, :attachment_count, :permissions_boundary_usage_count, :is_attachable, :description, :create_date, :update_date, :policy_version_list) SENSITIVE = [] include Aws::Structure end |
#create_date ⇒ Time
The date and time, in [ISO 8601 date-time format], when the policy was created.
7522 7523 7524 7525 7526 7527 7528 7529 7530 7531 7532 7533 7534 7535 7536 7537 |
# File 'lib/aws-sdk-iam/types.rb', line 7522 class ManagedPolicyDetail < Struct.new( :policy_name, :policy_id, :arn, :path, :default_version_id, :attachment_count, :permissions_boundary_usage_count, :is_attachable, :description, :create_date, :update_date, :policy_version_list) SENSITIVE = [] include Aws::Structure end |
#default_version_id ⇒ String
The identifier for the version of the policy that is set as the default (operative) version.
For more information about policy versions, see [Versioning for managed policies] in the *IAM User Guide*.
[1]: docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-versions.html
7522 7523 7524 7525 7526 7527 7528 7529 7530 7531 7532 7533 7534 7535 7536 7537 |
# File 'lib/aws-sdk-iam/types.rb', line 7522 class ManagedPolicyDetail < Struct.new( :policy_name, :policy_id, :arn, :path, :default_version_id, :attachment_count, :permissions_boundary_usage_count, :is_attachable, :description, :create_date, :update_date, :policy_version_list) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A friendly description of the policy.
7522 7523 7524 7525 7526 7527 7528 7529 7530 7531 7532 7533 7534 7535 7536 7537 |
# File 'lib/aws-sdk-iam/types.rb', line 7522 class ManagedPolicyDetail < Struct.new( :policy_name, :policy_id, :arn, :path, :default_version_id, :attachment_count, :permissions_boundary_usage_count, :is_attachable, :description, :create_date, :update_date, :policy_version_list) SENSITIVE = [] include Aws::Structure end |
#is_attachable ⇒ Boolean
Specifies whether the policy can be attached to an IAM user, group, or role.
7522 7523 7524 7525 7526 7527 7528 7529 7530 7531 7532 7533 7534 7535 7536 7537 |
# File 'lib/aws-sdk-iam/types.rb', line 7522 class ManagedPolicyDetail < Struct.new( :policy_name, :policy_id, :arn, :path, :default_version_id, :attachment_count, :permissions_boundary_usage_count, :is_attachable, :description, :create_date, :update_date, :policy_version_list) SENSITIVE = [] include Aws::Structure end |
#path ⇒ String
The path to the policy.
For more information about paths, see [IAM identifiers] in the *IAM User Guide*.
[1]: docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html
7522 7523 7524 7525 7526 7527 7528 7529 7530 7531 7532 7533 7534 7535 7536 7537 |
# File 'lib/aws-sdk-iam/types.rb', line 7522 class ManagedPolicyDetail < Struct.new( :policy_name, :policy_id, :arn, :path, :default_version_id, :attachment_count, :permissions_boundary_usage_count, :is_attachable, :description, :create_date, :update_date, :policy_version_list) SENSITIVE = [] include Aws::Structure end |
#permissions_boundary_usage_count ⇒ Integer
The number of entities (users and roles) for which the policy is used as the permissions boundary.
For more information about permissions boundaries, see [Permissions boundaries for IAM identities ][1] in the *IAM User Guide*.
[1]: docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_boundaries.html
7522 7523 7524 7525 7526 7527 7528 7529 7530 7531 7532 7533 7534 7535 7536 7537 |
# File 'lib/aws-sdk-iam/types.rb', line 7522 class ManagedPolicyDetail < Struct.new( :policy_name, :policy_id, :arn, :path, :default_version_id, :attachment_count, :permissions_boundary_usage_count, :is_attachable, :description, :create_date, :update_date, :policy_version_list) SENSITIVE = [] include Aws::Structure end |
#policy_id ⇒ String
The stable and unique string identifying the policy.
For more information about IDs, see [IAM identifiers] in the *IAM User Guide*.
[1]: docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html
7522 7523 7524 7525 7526 7527 7528 7529 7530 7531 7532 7533 7534 7535 7536 7537 |
# File 'lib/aws-sdk-iam/types.rb', line 7522 class ManagedPolicyDetail < Struct.new( :policy_name, :policy_id, :arn, :path, :default_version_id, :attachment_count, :permissions_boundary_usage_count, :is_attachable, :description, :create_date, :update_date, :policy_version_list) SENSITIVE = [] include Aws::Structure end |
#policy_name ⇒ String
The friendly name (not ARN) identifying the policy.
7522 7523 7524 7525 7526 7527 7528 7529 7530 7531 7532 7533 7534 7535 7536 7537 |
# File 'lib/aws-sdk-iam/types.rb', line 7522 class ManagedPolicyDetail < Struct.new( :policy_name, :policy_id, :arn, :path, :default_version_id, :attachment_count, :permissions_boundary_usage_count, :is_attachable, :description, :create_date, :update_date, :policy_version_list) SENSITIVE = [] include Aws::Structure end |
#policy_version_list ⇒ Array<Types::PolicyVersion>
A list containing information about the versions of the policy.
7522 7523 7524 7525 7526 7527 7528 7529 7530 7531 7532 7533 7534 7535 7536 7537 |
# File 'lib/aws-sdk-iam/types.rb', line 7522 class ManagedPolicyDetail < Struct.new( :policy_name, :policy_id, :arn, :path, :default_version_id, :attachment_count, :permissions_boundary_usage_count, :is_attachable, :description, :create_date, :update_date, :policy_version_list) SENSITIVE = [] include Aws::Structure end |
#update_date ⇒ Time
The date and time, in [ISO 8601 date-time format], when the policy was last updated.
When a policy has only one version, this field contains the date and time when the policy was created. When a policy has more than one version, this field contains the date and time when the most recent policy version was created.
7522 7523 7524 7525 7526 7527 7528 7529 7530 7531 7532 7533 7534 7535 7536 7537 |
# File 'lib/aws-sdk-iam/types.rb', line 7522 class ManagedPolicyDetail < Struct.new( :policy_name, :policy_id, :arn, :path, :default_version_id, :attachment_count, :permissions_boundary_usage_count, :is_attachable, :description, :create_date, :update_date, :policy_version_list) SENSITIVE = [] include Aws::Structure end |