Module: Aws::WorkMail::Client::_DescribeIdentityProviderConfigurationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeIdentityProviderConfigurationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #authentication_mode ⇒ "IDENTITY_PROVIDER_ONLY", "IDENTITY_PROVIDER_AND_DIRECTORY"
- #identity_center_configuration ⇒ Types::IdentityCenterConfiguration
- #personal_access_token_configuration ⇒ Types::PersonalAccessTokenConfiguration
Instance Method Details
#authentication_mode ⇒ "IDENTITY_PROVIDER_ONLY", "IDENTITY_PROVIDER_AND_DIRECTORY"
500 |
# File 'sig/client.rbs', line 500
def authentication_mode: () -> ("IDENTITY_PROVIDER_ONLY" | "IDENTITY_PROVIDER_AND_DIRECTORY")
|
#identity_center_configuration ⇒ Types::IdentityCenterConfiguration
501 |
# File 'sig/client.rbs', line 501
def identity_center_configuration: () -> Types::IdentityCenterConfiguration
|
#personal_access_token_configuration ⇒ Types::PersonalAccessTokenConfiguration
502 |
# File 'sig/client.rbs', line 502
def personal_access_token_configuration: () -> Types::PersonalAccessTokenConfiguration
|