Class: Aws::Types::DescribeIdentityProviderConfigurationResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_mode"IDENTITY_PROVIDER_ONLY", "IDENTITY_PROVIDER_AND_DIRECTORY"

Returns the value of attribute authentication_mode.

Returns:

  • ("IDENTITY_PROVIDER_ONLY", "IDENTITY_PROVIDER_AND_DIRECTORY")


438
439
440
# File 'sig/types.rbs', line 438

def authentication_mode
  @authentication_mode
end

#identity_center_configurationTypes::IdentityCenterConfiguration

Returns the value of attribute identity_center_configuration.



439
440
441
# File 'sig/types.rbs', line 439

def identity_center_configuration
  @identity_center_configuration
end

#personal_access_token_configurationTypes::PersonalAccessTokenConfiguration

Returns the value of attribute personal_access_token_configuration.



440
441
442
# File 'sig/types.rbs', line 440

def personal_access_token_configuration
  @personal_access_token_configuration
end