Class: Aws::Types::PutIdentityProviderConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutIdentityProviderConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication_mode ⇒ "IDENTITY_PROVIDER_ONLY", "IDENTITY_PROVIDER_AND_DIRECTORY"
Returns the value of attribute authentication_mode.
-
#identity_center_configuration ⇒ Types::IdentityCenterConfiguration
Returns the value of attribute identity_center_configuration.
-
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
-
#personal_access_token_configuration ⇒ Types::PersonalAccessTokenConfiguration
Returns the value of attribute personal_access_token_configuration.
Instance Attribute Details
#authentication_mode ⇒ "IDENTITY_PROVIDER_ONLY", "IDENTITY_PROVIDER_AND_DIRECTORY"
Returns the value of attribute authentication_mode.
1266 1267 1268 |
# File 'sig/types.rbs', line 1266 def authentication_mode @authentication_mode end |
#identity_center_configuration ⇒ Types::IdentityCenterConfiguration
Returns the value of attribute identity_center_configuration.
1267 1268 1269 |
# File 'sig/types.rbs', line 1267 def identity_center_configuration @identity_center_configuration end |
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
1265 1266 1267 |
# File 'sig/types.rbs', line 1265 def organization_id @organization_id end |
#personal_access_token_configuration ⇒ Types::PersonalAccessTokenConfiguration
Returns the value of attribute personal_access_token_configuration.
1268 1269 1270 |
# File 'sig/types.rbs', line 1268 def personal_access_token_configuration @personal_access_token_configuration end |