#include <get_jsonw_eb_keys_response.h>
GetJSONWebKeysResponse is a valid JSON Web Key Set as specififed in rfc 7517.
◆ GetJSONWebKeysResponse() [1/2]
google_container_api::GetJSONWebKeysResponse::GetJSONWebKeysResponse |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ GetJSONWebKeysResponse() [2/2]
google_container_api::GetJSONWebKeysResponse::GetJSONWebKeysResponse |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~GetJSONWebKeysResponse()
google_container_api::GetJSONWebKeysResponse::~GetJSONWebKeysResponse |
( |
| ) |
|
|
virtual |
◆ clear_cache_header()
void google_container_api::GetJSONWebKeysResponse::clear_cache_header |
( |
| ) |
|
|
inline |
Clears the 'cacheHeader
' attribute.
◆ clear_keys()
void google_container_api::GetJSONWebKeysResponse::clear_keys |
( |
| ) |
|
|
inline |
Clears the 'keys
' attribute.
◆ get_cache_header()
Get a reference to the value of the 'cacheHeader
' attribute.
◆ get_keys()
const client::JsonCppArray<Jwk > google_container_api::GetJSONWebKeysResponse::get_keys |
( |
| ) |
const |
Get a reference to the value of the 'keys
' attribute.
◆ GetTypeName()
const StringPiece google_container_api::GetJSONWebKeysResponse::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_cache_header()
bool google_container_api::GetJSONWebKeysResponse::has_cache_header |
( |
| ) |
const |
|
inline |
Determine if the 'cacheHeader
' attribute was set.
- Returns
- true if the '
cacheHeader
' attribute was set.
◆ has_keys()
bool google_container_api::GetJSONWebKeysResponse::has_keys |
( |
| ) |
const |
|
inline |
Determine if the 'keys
' attribute was set.
- Returns
- true if the '
keys
' attribute was set.
◆ mutable_cacheHeader()
Gets a reference to a mutable value of the 'cacheHeader
' property.
OnePlatform automatically extracts this field and uses it to set the HTTP Cache-Control header.
- Returns
- The result can be modified to change the attribute value.
◆ mutable_keys()
client::JsonCppArray<Jwk > google_container_api::GetJSONWebKeysResponse::mutable_keys |
( |
| ) |
|
Gets a reference to a mutable value of the 'keys
' property.
The public component of the keys used by the cluster to sign token requests.
- Returns
- The result can be modified to change the attribute value.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
The documentation for this class was generated from the following files: