Class: Aws::RolesAnywhere::Types::ProfileDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::RolesAnywhere::Types::ProfileDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rolesanywhere/types.rb
Overview
The state of the profile after a read or write operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#accept_role_session_name ⇒ Boolean
Used to determine if a custom role session name will be accepted in a temporary credential request.
-
#attribute_mappings ⇒ Array<Types::AttributeMapping>
A mapping applied to the authenticating end-entity certificate.
-
#created_at ⇒ Time
The ISO-8601 timestamp when the profile was created.
-
#created_by ⇒ String
The Amazon Web Services account that created the profile.
-
#duration_seconds ⇒ Integer
Used to determine how long sessions vended using this profile are valid for.
-
#enabled ⇒ Boolean
Indicates whether the profile is enabled.
-
#managed_policy_arns ⇒ Array<String>
A list of managed policy ARNs that apply to the vended session credentials.
-
#name ⇒ String
The name of the profile.
-
#profile_arn ⇒ String
The ARN of the profile.
-
#profile_id ⇒ String
The unique identifier of the profile.
-
#require_instance_properties ⇒ Boolean
Specifies whether instance properties are required in temporary credential requests with this profile.
-
#role_arns ⇒ Array<String>
A list of IAM roles that this profile can assume in a temporary credential request.
-
#session_policy ⇒ String
A session policy that applies to the trust boundary of the vended session credentials.
-
#updated_at ⇒ Time
The ISO-8601 timestamp when the profile was last updated.
Instance Attribute Details
#accept_role_session_name ⇒ Boolean
Used to determine if a custom role session name will be accepted in a temporary credential request.
662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 662 class ProfileDetail < Struct.new( :accept_role_session_name, :attribute_mappings, :created_at, :created_by, :duration_seconds, :enabled, :managed_policy_arns, :name, :profile_arn, :profile_id, :require_instance_properties, :role_arns, :session_policy, :updated_at) SENSITIVE = [] include Aws::Structure end |
#attribute_mappings ⇒ Array<Types::AttributeMapping>
A mapping applied to the authenticating end-entity certificate.
662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 662 class ProfileDetail < Struct.new( :accept_role_session_name, :attribute_mappings, :created_at, :created_by, :duration_seconds, :enabled, :managed_policy_arns, :name, :profile_arn, :profile_id, :require_instance_properties, :role_arns, :session_policy, :updated_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The ISO-8601 timestamp when the profile was created.
662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 662 class ProfileDetail < Struct.new( :accept_role_session_name, :attribute_mappings, :created_at, :created_by, :duration_seconds, :enabled, :managed_policy_arns, :name, :profile_arn, :profile_id, :require_instance_properties, :role_arns, :session_policy, :updated_at) SENSITIVE = [] include Aws::Structure end |
#created_by ⇒ String
The Amazon Web Services account that created the profile.
662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 662 class ProfileDetail < Struct.new( :accept_role_session_name, :attribute_mappings, :created_at, :created_by, :duration_seconds, :enabled, :managed_policy_arns, :name, :profile_arn, :profile_id, :require_instance_properties, :role_arns, :session_policy, :updated_at) SENSITIVE = [] include Aws::Structure end |
#duration_seconds ⇒ Integer
Used to determine how long sessions vended using this profile are valid for. See the ‘Expiration` section of the [CreateSession API documentation] page for more details. In requests, if this value is not provided, the default value will be 3600.
662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 662 class ProfileDetail < Struct.new( :accept_role_session_name, :attribute_mappings, :created_at, :created_by, :duration_seconds, :enabled, :managed_policy_arns, :name, :profile_arn, :profile_id, :require_instance_properties, :role_arns, :session_policy, :updated_at) SENSITIVE = [] include Aws::Structure end |
#enabled ⇒ Boolean
Indicates whether the profile is enabled.
662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 662 class ProfileDetail < Struct.new( :accept_role_session_name, :attribute_mappings, :created_at, :created_by, :duration_seconds, :enabled, :managed_policy_arns, :name, :profile_arn, :profile_id, :require_instance_properties, :role_arns, :session_policy, :updated_at) SENSITIVE = [] include Aws::Structure end |
#managed_policy_arns ⇒ Array<String>
A list of managed policy ARNs that apply to the vended session credentials.
662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 662 class ProfileDetail < Struct.new( :accept_role_session_name, :attribute_mappings, :created_at, :created_by, :duration_seconds, :enabled, :managed_policy_arns, :name, :profile_arn, :profile_id, :require_instance_properties, :role_arns, :session_policy, :updated_at) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the profile.
662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 662 class ProfileDetail < Struct.new( :accept_role_session_name, :attribute_mappings, :created_at, :created_by, :duration_seconds, :enabled, :managed_policy_arns, :name, :profile_arn, :profile_id, :require_instance_properties, :role_arns, :session_policy, :updated_at) SENSITIVE = [] include Aws::Structure end |
#profile_arn ⇒ String
The ARN of the profile.
662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 662 class ProfileDetail < Struct.new( :accept_role_session_name, :attribute_mappings, :created_at, :created_by, :duration_seconds, :enabled, :managed_policy_arns, :name, :profile_arn, :profile_id, :require_instance_properties, :role_arns, :session_policy, :updated_at) SENSITIVE = [] include Aws::Structure end |
#profile_id ⇒ String
The unique identifier of the profile.
662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 662 class ProfileDetail < Struct.new( :accept_role_session_name, :attribute_mappings, :created_at, :created_by, :duration_seconds, :enabled, :managed_policy_arns, :name, :profile_arn, :profile_id, :require_instance_properties, :role_arns, :session_policy, :updated_at) SENSITIVE = [] include Aws::Structure end |
#require_instance_properties ⇒ Boolean
Specifies whether instance properties are required in temporary credential requests with this profile.
662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 662 class ProfileDetail < Struct.new( :accept_role_session_name, :attribute_mappings, :created_at, :created_by, :duration_seconds, :enabled, :managed_policy_arns, :name, :profile_arn, :profile_id, :require_instance_properties, :role_arns, :session_policy, :updated_at) SENSITIVE = [] include Aws::Structure end |
#role_arns ⇒ Array<String>
A list of IAM roles that this profile can assume in a temporary credential request.
662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 662 class ProfileDetail < Struct.new( :accept_role_session_name, :attribute_mappings, :created_at, :created_by, :duration_seconds, :enabled, :managed_policy_arns, :name, :profile_arn, :profile_id, :require_instance_properties, :role_arns, :session_policy, :updated_at) SENSITIVE = [] include Aws::Structure end |
#session_policy ⇒ String
A session policy that applies to the trust boundary of the vended session credentials.
662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 662 class ProfileDetail < Struct.new( :accept_role_session_name, :attribute_mappings, :created_at, :created_by, :duration_seconds, :enabled, :managed_policy_arns, :name, :profile_arn, :profile_id, :require_instance_properties, :role_arns, :session_policy, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The ISO-8601 timestamp when the profile was last updated.
662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 662 class ProfileDetail < Struct.new( :accept_role_session_name, :attribute_mappings, :created_at, :created_by, :duration_seconds, :enabled, :managed_policy_arns, :name, :profile_arn, :profile_id, :require_instance_properties, :role_arns, :session_policy, :updated_at) SENSITIVE = [] include Aws::Structure end |