Class: Aws::Types::IdentityProviderType

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_mapping::Hash[::String, ::String]

Returns the value of attribute attribute_mapping.

Returns:

  • (::Hash[::String, ::String])


1332
1333
1334
# File 'sig/types.rbs', line 1332

def attribute_mapping
  @attribute_mapping
end

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


1335
1336
1337
# File 'sig/types.rbs', line 1335

def creation_date
  @creation_date
end

#idp_identifiers::Array[::String]

Returns the value of attribute idp_identifiers.

Returns:

  • (::Array[::String])


1333
1334
1335
# File 'sig/types.rbs', line 1333

def idp_identifiers
  @idp_identifiers
end

#last_modified_date::Time

Returns the value of attribute last_modified_date.

Returns:

  • (::Time)


1334
1335
1336
# File 'sig/types.rbs', line 1334

def last_modified_date
  @last_modified_date
end

#provider_details::Hash[::String, ::String]

Returns the value of attribute provider_details.

Returns:

  • (::Hash[::String, ::String])


1331
1332
1333
# File 'sig/types.rbs', line 1331

def provider_details
  @provider_details
end

#provider_name::String

Returns the value of attribute provider_name.

Returns:

  • (::String)


1329
1330
1331
# File 'sig/types.rbs', line 1329

def provider_name
  @provider_name
end

#provider_type"SAML", ...

Returns the value of attribute provider_type.

Returns:

  • ("SAML", "Facebook", "Google", "LoginWithAmazon", "SignInWithApple", "OIDC")


1330
1331
1332
# File 'sig/types.rbs', line 1330

def provider_type
  @provider_type
end

#user_pool_id::String

Returns the value of attribute user_pool_id.

Returns:

  • (::String)


1328
1329
1330
# File 'sig/types.rbs', line 1328

def user_pool_id
  @user_pool_id
end