Class: Aws::Types::OidcIdentityProviderConfigRequest
- Inherits:
-
Object
- Object
- Aws::Types::OidcIdentityProviderConfigRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_id ⇒ ::String
Returns the value of attribute client_id.
-
#groups_claim ⇒ ::String
Returns the value of attribute groups_claim.
-
#groups_prefix ⇒ ::String
Returns the value of attribute groups_prefix.
-
#identity_provider_config_name ⇒ ::String
Returns the value of attribute identity_provider_config_name.
-
#issuer_url ⇒ ::String
Returns the value of attribute issuer_url.
-
#required_claims ⇒ ::Hash[::String, ::String]
Returns the value of attribute required_claims.
-
#username_claim ⇒ ::String
Returns the value of attribute username_claim.
-
#username_prefix ⇒ ::String
Returns the value of attribute username_prefix.
Instance Attribute Details
#client_id ⇒ ::String
Returns the value of attribute client_id.
1551 1552 1553 |
# File 'sig/types.rbs', line 1551 def client_id @client_id end |
#groups_claim ⇒ ::String
Returns the value of attribute groups_claim.
1554 1555 1556 |
# File 'sig/types.rbs', line 1554 def groups_claim @groups_claim end |
#groups_prefix ⇒ ::String
Returns the value of attribute groups_prefix.
1555 1556 1557 |
# File 'sig/types.rbs', line 1555 def groups_prefix @groups_prefix end |
#identity_provider_config_name ⇒ ::String
Returns the value of attribute identity_provider_config_name.
1549 1550 1551 |
# File 'sig/types.rbs', line 1549 def identity_provider_config_name @identity_provider_config_name end |
#issuer_url ⇒ ::String
Returns the value of attribute issuer_url.
1550 1551 1552 |
# File 'sig/types.rbs', line 1550 def issuer_url @issuer_url end |
#required_claims ⇒ ::Hash[::String, ::String]
Returns the value of attribute required_claims.
1556 1557 1558 |
# File 'sig/types.rbs', line 1556 def required_claims @required_claims end |
#username_claim ⇒ ::String
Returns the value of attribute username_claim.
1552 1553 1554 |
# File 'sig/types.rbs', line 1552 def username_claim @username_claim end |
#username_prefix ⇒ ::String
Returns the value of attribute username_prefix.
1553 1554 1555 |
# File 'sig/types.rbs', line 1553 def username_prefix @username_prefix end |