Reference documentation and code samples for the Anthos Multi-Cloud V1 API class Google::Cloud::GkeMultiCloud::V1::AwsJsonWebKeys.
AwsJsonWebKeys is a valid JSON Web Key Set as specififed in RFC 7517.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#keys
def keys() -> ::Array<::Google::Cloud::GkeMultiCloud::V1::Jwk>
Returns
- (::Array<::Google::Cloud::GkeMultiCloud::V1::Jwk>) — The public component of the keys used by the cluster to sign token requests.
#keys=
def keys=(value) -> ::Array<::Google::Cloud::GkeMultiCloud::V1::Jwk>
Parameter
- value (::Array<::Google::Cloud::GkeMultiCloud::V1::Jwk>) — The public component of the keys used by the cluster to sign token requests.
Returns
- (::Array<::Google::Cloud::GkeMultiCloud::V1::Jwk>) — The public component of the keys used by the cluster to sign token requests.