Class: Aws::Types::VerifiedAccessInstanceUserTrustProviderClientConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::VerifiedAccessInstanceUserTrustProviderClientConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authorization_endpoint ⇒ ::String
Returns the value of attribute authorization_endpoint.
-
#client_id ⇒ ::String
Returns the value of attribute client_id.
-
#client_secret ⇒ ::String
Returns the value of attribute client_secret.
-
#issuer ⇒ ::String
Returns the value of attribute issuer.
-
#pkce_enabled ⇒ Boolean
Returns the value of attribute pkce_enabled.
-
#public_signing_key_endpoint ⇒ ::String
Returns the value of attribute public_signing_key_endpoint.
-
#scopes ⇒ ::String
Returns the value of attribute scopes.
-
#token_endpoint ⇒ ::String
Returns the value of attribute token_endpoint.
-
#type ⇒ "iam-identity-center", "oidc"
Returns the value of attribute type.
-
#user_info_endpoint ⇒ ::String
Returns the value of attribute user_info_endpoint.
Instance Attribute Details
#authorization_endpoint ⇒ ::String
Returns the value of attribute authorization_endpoint.
18692 18693 18694 |
# File 'sig/types.rbs', line 18692 def @authorization_endpoint end |
#client_id ⇒ ::String
Returns the value of attribute client_id.
18696 18697 18698 |
# File 'sig/types.rbs', line 18696 def client_id @client_id end |
#client_secret ⇒ ::String
Returns the value of attribute client_secret.
18697 18698 18699 |
# File 'sig/types.rbs', line 18697 def client_secret @client_secret end |
#issuer ⇒ ::String
Returns the value of attribute issuer.
18691 18692 18693 |
# File 'sig/types.rbs', line 18691 def issuer @issuer end |
#pkce_enabled ⇒ Boolean
Returns the value of attribute pkce_enabled.
18698 18699 18700 |
# File 'sig/types.rbs', line 18698 def pkce_enabled @pkce_enabled end |
#public_signing_key_endpoint ⇒ ::String
Returns the value of attribute public_signing_key_endpoint.
18693 18694 18695 |
# File 'sig/types.rbs', line 18693 def public_signing_key_endpoint @public_signing_key_endpoint end |
#scopes ⇒ ::String
Returns the value of attribute scopes.
18690 18691 18692 |
# File 'sig/types.rbs', line 18690 def scopes @scopes end |
#token_endpoint ⇒ ::String
Returns the value of attribute token_endpoint.
18694 18695 18696 |
# File 'sig/types.rbs', line 18694 def token_endpoint @token_endpoint end |
#type ⇒ "iam-identity-center", "oidc"
Returns the value of attribute type.
18689 18690 18691 |
# File 'sig/types.rbs', line 18689 def type @type end |
#user_info_endpoint ⇒ ::String
Returns the value of attribute user_info_endpoint.
18695 18696 18697 |
# File 'sig/types.rbs', line 18695 def user_info_endpoint @user_info_endpoint end |