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.
768 769 770 771 772 773 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 768 class CreateInstanceAccessControlAttributeConfigurationRequest < Struct.new( :instance_arn, :instance_access_control_attribute_configuration) SENSITIVE = [] include Aws::Structure end |
#instance_arn ⇒ String
The ARN of the IAM Identity Center instance under which the operation will be executed.
768 769 770 771 772 773 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 768 class CreateInstanceAccessControlAttributeConfigurationRequest < Struct.new( :instance_arn, :instance_access_control_attribute_configuration) SENSITIVE = [] include Aws::Structure end |