Class: Aws::Types::OidcIdentityProviderConfigRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_id::String

Returns the value of attribute client_id.

Returns:

  • (::String)


1673
1674
1675
# File 'sig/types.rbs', line 1673

def client_id
  @client_id
end

#groups_claim::String

Returns the value of attribute groups_claim.

Returns:

  • (::String)


1676
1677
1678
# File 'sig/types.rbs', line 1676

def groups_claim
  @groups_claim
end

#groups_prefix::String

Returns the value of attribute groups_prefix.

Returns:

  • (::String)


1677
1678
1679
# File 'sig/types.rbs', line 1677

def groups_prefix
  @groups_prefix
end

#identity_provider_config_name::String

Returns the value of attribute identity_provider_config_name.

Returns:

  • (::String)


1671
1672
1673
# File 'sig/types.rbs', line 1671

def identity_provider_config_name
  @identity_provider_config_name
end

#issuer_url::String

Returns the value of attribute issuer_url.

Returns:

  • (::String)


1672
1673
1674
# File 'sig/types.rbs', line 1672

def issuer_url
  @issuer_url
end

#required_claims::Hash[::String, ::String]

Returns the value of attribute required_claims.

Returns:

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


1678
1679
1680
# File 'sig/types.rbs', line 1678

def required_claims
  @required_claims
end

#username_claim::String

Returns the value of attribute username_claim.

Returns:

  • (::String)


1674
1675
1676
# File 'sig/types.rbs', line 1674

def username_claim
  @username_claim
end

#username_prefix::String

Returns the value of attribute username_prefix.

Returns:

  • (::String)


1675
1676
1677
# File 'sig/types.rbs', line 1675

def username_prefix
  @username_prefix
end