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.
172 173 174 |
# File 'sig/types.rbs', line 172 def allowed_audience @allowed_audience end |
#allowed_clients ⇒ ::Array[::String]
Returns the value of attribute allowed_clients.
173 174 175 |
# File 'sig/types.rbs', line 173 def allowed_clients @allowed_clients end |
#allowed_scopes ⇒ ::Array[::String]
Returns the value of attribute allowed_scopes.
174 175 176 |
# File 'sig/types.rbs', line 174 def allowed_scopes @allowed_scopes end |
#custom_claims ⇒ ::Array[Types::CustomClaimValidationType]
Returns the value of attribute custom_claims.
175 176 177 |
# File 'sig/types.rbs', line 175 def custom_claims @custom_claims end |
#discovery_url ⇒ ::String
Returns the value of attribute discovery_url.
171 172 173 |
# File 'sig/types.rbs', line 171 def discovery_url @discovery_url end |
#private_endpoint ⇒ Types::PrivateEndpoint
Returns the value of attribute private_endpoint.
176 177 178 |
# File 'sig/types.rbs', line 176 def private_endpoint @private_endpoint end |
#private_endpoint_overrides ⇒ ::Array[Types::PrivateEndpointOverride]
Returns the value of attribute private_endpoint_overrides.
177 178 179 |
# File 'sig/types.rbs', line 177 def private_endpoint_overrides @private_endpoint_overrides end |