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])


1364
1365
1366
# File 'sig/types.rbs', line 1364

def attribute_mapping
  @attribute_mapping
end

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


1367
1368
1369
# File 'sig/types.rbs', line 1367

def creation_date
  @creation_date
end

#idp_identifiers::Array[::String]

Returns the value of attribute idp_identifiers.

Returns:

  • (::Array[::String])


1365
1366
1367
# File 'sig/types.rbs', line 1365

def idp_identifiers
  @idp_identifiers
end

#last_modified_date::Time

Returns the value of attribute last_modified_date.

Returns:

  • (::Time)


1366
1367
1368
# File 'sig/types.rbs', line 1366

def last_modified_date
  @last_modified_date
end

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

Returns the value of attribute provider_details.

Returns:

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


1363
1364
1365
# File 'sig/types.rbs', line 1363

def provider_details
  @provider_details
end

#provider_name::String

Returns the value of attribute provider_name.

Returns:

  • (::String)


1361
1362
1363
# File 'sig/types.rbs', line 1361

def provider_name
  @provider_name
end

#provider_type"SAML", ...

Returns the value of attribute provider_type.

Returns:

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


1362
1363
1364
# File 'sig/types.rbs', line 1362

def provider_type
  @provider_type
end

#user_pool_id::String

Returns the value of attribute user_pool_id.

Returns:

  • (::String)


1360
1361
1362
# File 'sig/types.rbs', line 1360

def user_pool_id
  @user_pool_id
end