Class: Aws::WorkMail::Types::PutIdentityProviderConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::PutIdentityProviderConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workmail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authentication_mode ⇒ String
The authentication mode used in WorkMail.
-
#identity_center_configuration ⇒ Types::IdentityCenterConfiguration
The details of the IAM Identity Center configuration.
-
#organization_id ⇒ String
The ID of the WorkMail Organization.
-
#personal_access_token_configuration ⇒ Types::PersonalAccessTokenConfiguration
The details of the Personal Access Token configuration.
Instance Attribute Details
#authentication_mode ⇒ String
The authentication mode used in WorkMail.
4476 4477 4478 4479 4480 4481 4482 4483 |
# File 'lib/aws-sdk-workmail/types.rb', line 4476 class PutIdentityProviderConfigurationRequest < Struct.new( :organization_id, :authentication_mode, :identity_center_configuration, :personal_access_token_configuration) SENSITIVE = [] include Aws::Structure end |
#identity_center_configuration ⇒ Types::IdentityCenterConfiguration
The details of the IAM Identity Center configuration.
4476 4477 4478 4479 4480 4481 4482 4483 |
# File 'lib/aws-sdk-workmail/types.rb', line 4476 class PutIdentityProviderConfigurationRequest < Struct.new( :organization_id, :authentication_mode, :identity_center_configuration, :personal_access_token_configuration) SENSITIVE = [] include Aws::Structure end |
#organization_id ⇒ String
The ID of the WorkMail Organization.
4476 4477 4478 4479 4480 4481 4482 4483 |
# File 'lib/aws-sdk-workmail/types.rb', line 4476 class PutIdentityProviderConfigurationRequest < Struct.new( :organization_id, :authentication_mode, :identity_center_configuration, :personal_access_token_configuration) SENSITIVE = [] include Aws::Structure end |
#personal_access_token_configuration ⇒ Types::PersonalAccessTokenConfiguration
The details of the Personal Access Token configuration.
4476 4477 4478 4479 4480 4481 4482 4483 |
# File 'lib/aws-sdk-workmail/types.rb', line 4476 class PutIdentityProviderConfigurationRequest < Struct.new( :organization_id, :authentication_mode, :identity_center_configuration, :personal_access_token_configuration) SENSITIVE = [] include Aws::Structure end |