public sealed class AwsJsonWebKeys : IMessage<AwsJsonWebKeys>, IEquatable<AwsJsonWebKeys>, IDeepCloneable<AwsJsonWebKeys>, IBufferMessage, IMessageReference documentation and code samples for the Anthos Multi-Cloud v1 API class AwsJsonWebKeys.
AwsJsonWebKeys is a valid JSON Web Key Set as specififed in RFC 7517.
Implements
IMessageAwsJsonWebKeys, IEquatableAwsJsonWebKeys, IDeepCloneableAwsJsonWebKeys, IBufferMessage, IMessageNamespace
Google.Cloud.GkeMultiCloud.V1Assembly
Google.Cloud.GkeMultiCloud.V1.dll
Constructors
AwsJsonWebKeys()
public AwsJsonWebKeys()AwsJsonWebKeys(AwsJsonWebKeys)
public AwsJsonWebKeys(AwsJsonWebKeys other)| Parameter | |
|---|---|
| Name | Description |
other |
AwsJsonWebKeys |
Properties
Keys
public RepeatedField<Jwk> Keys { get; }The public component of the keys used by the cluster to sign token requests.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldJwk |
|