Class: Aws::WorkMail::Types::DescribeIdentityProviderConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::DescribeIdentityProviderConfigurationResponse
- 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.
-
#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.
1461 1462 1463 1464 1465 1466 1467 |
# File 'lib/aws-sdk-workmail/types.rb', line 1461 class DescribeIdentityProviderConfigurationResponse < Struct.new( :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.
1461 1462 1463 1464 1465 1466 1467 |
# File 'lib/aws-sdk-workmail/types.rb', line 1461 class DescribeIdentityProviderConfigurationResponse < Struct.new( :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.
1461 1462 1463 1464 1465 1466 1467 |
# File 'lib/aws-sdk-workmail/types.rb', line 1461 class DescribeIdentityProviderConfigurationResponse < Struct.new( :authentication_mode, :identity_center_configuration, :personal_access_token_configuration) SENSITIVE = [] include Aws::Structure end |