Class: Aws::Types::OidcIdentityProviderConfig
- Inherits:
-
Object
- Object
- Aws::Types::OidcIdentityProviderConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_id ⇒ ::String
Returns the value of attribute client_id.
-
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
-
#groups_claim ⇒ ::String
Returns the value of attribute groups_claim.
-
#groups_prefix ⇒ ::String
Returns the value of attribute groups_prefix.
-
#identity_provider_config_arn ⇒ ::String
Returns the value of attribute identity_provider_config_arn.
-
#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.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#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.
1644 1645 1646 |
# File 'sig/types.rbs', line 1644 def client_id @client_id end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
1642 1643 1644 |
# File 'sig/types.rbs', line 1642 def cluster_name @cluster_name end |
#groups_claim ⇒ ::String
Returns the value of attribute groups_claim.
1647 1648 1649 |
# File 'sig/types.rbs', line 1647 def groups_claim @groups_claim end |
#groups_prefix ⇒ ::String
Returns the value of attribute groups_prefix.
1648 1649 1650 |
# File 'sig/types.rbs', line 1648 def groups_prefix @groups_prefix end |
#identity_provider_config_arn ⇒ ::String
Returns the value of attribute identity_provider_config_arn.
1641 1642 1643 |
# File 'sig/types.rbs', line 1641 def identity_provider_config_arn @identity_provider_config_arn end |
#identity_provider_config_name ⇒ ::String
Returns the value of attribute identity_provider_config_name.
1640 1641 1642 |
# File 'sig/types.rbs', line 1640 def identity_provider_config_name @identity_provider_config_name end |
#issuer_url ⇒ ::String
Returns the value of attribute issuer_url.
1643 1644 1645 |
# File 'sig/types.rbs', line 1643 def issuer_url @issuer_url end |
#required_claims ⇒ ::Hash[::String, ::String]
Returns the value of attribute required_claims.
1649 1650 1651 |
# File 'sig/types.rbs', line 1649 def required_claims @required_claims end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
1651 1652 1653 |
# File 'sig/types.rbs', line 1651 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1650 1651 1652 |
# File 'sig/types.rbs', line 1650 def @tags end |
#username_claim ⇒ ::String
Returns the value of attribute username_claim.
1645 1646 1647 |
# File 'sig/types.rbs', line 1645 def username_claim @username_claim end |
#username_prefix ⇒ ::String
Returns the value of attribute username_prefix.
1646 1647 1648 |
# File 'sig/types.rbs', line 1646 def username_prefix @username_prefix end |