Class: Aws::SageMaker::Types::TrustedIdentityPropagationSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::TrustedIdentityPropagationSettings
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
The Trusted Identity Propagation (TIP) settings for the SageMaker domain. These settings determine how user identities from IAM Identity Center are propagated through the domain to TIP enabled Amazon Web Services services.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The status of Trusted Identity Propagation (TIP) at the SageMaker domain level.
Instance Attribute Details
#status ⇒ String
The status of Trusted Identity Propagation (TIP) at the SageMaker domain level.
When disabled, standard IAM role-based access is used.
When enabled:
User identities from IAM Identity Center are propagated through the application to TIP enabled Amazon Web Services services.
New applications or existing applications that are automatically patched, will use the domain level configuration.
49945 49946 49947 49948 49949 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 49945 class TrustedIdentityPropagationSettings < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |