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.
19379 19380 19381 |
# File 'sig/types.rbs', line 19379 def @authorization_endpoint end |
#client_id ⇒ ::String
Returns the value of attribute client_id.
19383 19384 19385 |
# File 'sig/types.rbs', line 19383 def client_id @client_id end |
#client_secret ⇒ ::String
Returns the value of attribute client_secret.
19384 19385 19386 |
# File 'sig/types.rbs', line 19384 def client_secret @client_secret end |
#issuer ⇒ ::String
Returns the value of attribute issuer.
19378 19379 19380 |
# File 'sig/types.rbs', line 19378 def issuer @issuer end |
#pkce_enabled ⇒ Boolean
Returns the value of attribute pkce_enabled.
19385 19386 19387 |
# File 'sig/types.rbs', line 19385 def pkce_enabled @pkce_enabled end |
#public_signing_key_endpoint ⇒ ::String
Returns the value of attribute public_signing_key_endpoint.
19380 19381 19382 |
# File 'sig/types.rbs', line 19380 def public_signing_key_endpoint @public_signing_key_endpoint end |
#scopes ⇒ ::String
Returns the value of attribute scopes.
19377 19378 19379 |
# File 'sig/types.rbs', line 19377 def scopes @scopes end |
#token_endpoint ⇒ ::String
Returns the value of attribute token_endpoint.
19381 19382 19383 |
# File 'sig/types.rbs', line 19381 def token_endpoint @token_endpoint end |
#type ⇒ "iam-identity-center", "oidc"
Returns the value of attribute type.
19376 19377 19378 |
# File 'sig/types.rbs', line 19376 def type @type end |
#user_info_endpoint ⇒ ::String
Returns the value of attribute user_info_endpoint.
19382 19383 19384 |
# File 'sig/types.rbs', line 19382 def user_info_endpoint @user_info_endpoint end |