Class: Aws::Types::CustomJWTAuthorizerConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_audience::Array[::String]

Returns the value of attribute allowed_audience.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


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.

Returns:



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.

Returns:

  • (::String)


171
172
173
# File 'sig/types.rbs', line 171

def discovery_url
  @discovery_url
end

#private_endpointTypes::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.

Returns:



177
178
179
# File 'sig/types.rbs', line 177

def private_endpoint_overrides
  @private_endpoint_overrides
end