Class: Aws::SSOAdmin::Types::CreateInstanceAccessControlAttributeConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::CreateInstanceAccessControlAttributeConfigurationRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssoadmin/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_access_control_attribute_configuration ⇒ Types::InstanceAccessControlAttributeConfiguration
Specifies the IAM Identity Center identity store attributes to add to your ABAC configuration.
-
#instance_arn ⇒ String
The ARN of the IAM Identity Center instance under which the operation will be executed.
Instance Attribute Details
#instance_access_control_attribute_configuration ⇒ Types::InstanceAccessControlAttributeConfiguration
Specifies the IAM Identity Center identity store attributes to add to your ABAC configuration. When using an external identity provider as an identity source, you can pass attributes through the SAML assertion. Doing so provides an alternative to configuring attributes from the IAM Identity Center identity store. If a SAML assertion passes any of these attributes, IAM Identity Center will replace the attribute value with the value from the IAM Identity Center identity store.
761 762 763 764 765 766 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 761 class CreateInstanceAccessControlAttributeConfigurationRequest < Struct.new( :instance_access_control_attribute_configuration, :instance_arn) SENSITIVE = [] include Aws::Structure end |
#instance_arn ⇒ String
The ARN of the IAM Identity Center instance under which the operation will be executed.
761 762 763 764 765 766 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 761 class CreateInstanceAccessControlAttributeConfigurationRequest < Struct.new( :instance_access_control_attribute_configuration, :instance_arn) SENSITIVE = [] include Aws::Structure end |