Class: Aws::Types::CreateIdentityProviderRequest

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


610
611
612
# File 'sig/types.rbs', line 610

def attribute_mapping
  @attribute_mapping
end

#idp_identifiers::Array[::String]

Returns the value of attribute idp_identifiers.

Returns:

  • (::Array[::String])


611
612
613
# File 'sig/types.rbs', line 611

def idp_identifiers
  @idp_identifiers
end

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

Returns the value of attribute provider_details.

Returns:

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


609
610
611
# File 'sig/types.rbs', line 609

def provider_details
  @provider_details
end

#provider_name::String

Returns the value of attribute provider_name.

Returns:

  • (::String)


607
608
609
# File 'sig/types.rbs', line 607

def provider_name
  @provider_name
end

#provider_type"SAML", ...

Returns the value of attribute provider_type.

Returns:

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


608
609
610
# File 'sig/types.rbs', line 608

def provider_type
  @provider_type
end

#user_pool_id::String

Returns the value of attribute user_pool_id.

Returns:

  • (::String)


606
607
608
# File 'sig/types.rbs', line 606

def user_pool_id
  @user_pool_id
end