Class: Aws::Types::ModifyVerifiedAccessTrustProviderOidcOptions
- Inherits:
-
Object
- Object
- Aws::Types::ModifyVerifiedAccessTrustProviderOidcOptions
- 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.
-
#scope ⇒ ::String
Returns the value of attribute scope.
-
#token_endpoint ⇒ ::String
Returns the value of attribute token_endpoint.
-
#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.
14840 14841 14842 |
# File 'sig/types.rbs', line 14840 def @authorization_endpoint end |
#client_id ⇒ ::String
Returns the value of attribute client_id.
14843 14844 14845 |
# File 'sig/types.rbs', line 14843 def client_id @client_id end |
#client_secret ⇒ ::String
Returns the value of attribute client_secret.
14844 14845 14846 |
# File 'sig/types.rbs', line 14844 def client_secret @client_secret end |
#issuer ⇒ ::String
Returns the value of attribute issuer.
14839 14840 14841 |
# File 'sig/types.rbs', line 14839 def issuer @issuer end |
#scope ⇒ ::String
Returns the value of attribute scope.
14845 14846 14847 |
# File 'sig/types.rbs', line 14845 def scope @scope end |
#token_endpoint ⇒ ::String
Returns the value of attribute token_endpoint.
14841 14842 14843 |
# File 'sig/types.rbs', line 14841 def token_endpoint @token_endpoint end |
#user_info_endpoint ⇒ ::String
Returns the value of attribute user_info_endpoint.
14842 14843 14844 |
# File 'sig/types.rbs', line 14842 def user_info_endpoint @user_info_endpoint end |