Class: Aws::Types::CustomJWTAuthorizerConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::CustomJWTAuthorizerConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allowed_audience ⇒ ::Array[::String]
Returns the value of attribute allowed_audience.
-
#allowed_clients ⇒ ::Array[::String]
Returns the value of attribute allowed_clients.
-
#allowed_scopes ⇒ ::Array[::String]
Returns the value of attribute allowed_scopes.
-
#custom_claims ⇒ ::Array[Types::CustomClaimValidationType]
Returns the value of attribute custom_claims.
-
#discovery_url ⇒ ::String
Returns the value of attribute discovery_url.
-
#private_endpoint ⇒ Types::PrivateEndpoint
Returns the value of attribute private_endpoint.
-
#private_endpoint_overrides ⇒ ::Array[Types::PrivateEndpointOverride]
Returns the value of attribute private_endpoint_overrides.
Instance Attribute Details
#allowed_audience ⇒ ::Array[::String]
Returns the value of attribute allowed_audience.
131 132 133 |
# File 'sig/types.rbs', line 131 def allowed_audience @allowed_audience end |
#allowed_clients ⇒ ::Array[::String]
Returns the value of attribute allowed_clients.
132 133 134 |
# File 'sig/types.rbs', line 132 def allowed_clients @allowed_clients end |
#allowed_scopes ⇒ ::Array[::String]
Returns the value of attribute allowed_scopes.
133 134 135 |
# File 'sig/types.rbs', line 133 def allowed_scopes @allowed_scopes end |
#custom_claims ⇒ ::Array[Types::CustomClaimValidationType]
Returns the value of attribute custom_claims.
134 135 136 |
# File 'sig/types.rbs', line 134 def custom_claims @custom_claims end |
#discovery_url ⇒ ::String
Returns the value of attribute discovery_url.
130 131 132 |
# File 'sig/types.rbs', line 130 def discovery_url @discovery_url end |
#private_endpoint ⇒ Types::PrivateEndpoint
Returns the value of attribute private_endpoint.
135 136 137 |
# File 'sig/types.rbs', line 135 def private_endpoint @private_endpoint end |
#private_endpoint_overrides ⇒ ::Array[Types::PrivateEndpointOverride]
Returns the value of attribute private_endpoint_overrides.
136 137 138 |
# File 'sig/types.rbs', line 136 def private_endpoint_overrides @private_endpoint_overrides end |