Anthos Multi-Cloud v1 API - Class AwsJsonWebKeys (2.5.0)

public sealed class AwsJsonWebKeys : IMessage<AwsJsonWebKeys>, IEquatable<AwsJsonWebKeys>, IDeepCloneable<AwsJsonWebKeys>, IBufferMessage, IMessage

Reference 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.

Inheritance

object > AwsJsonWebKeys

Namespace

Google.Cloud.GkeMultiCloud.V1

Assembly

Google.Cloud.GkeMultiCloud.V1.dll

Constructors

AwsJsonWebKeys()

public AwsJsonWebKeys()

AwsJsonWebKeys(AwsJsonWebKeys)

public AwsJsonWebKeys(AwsJsonWebKeys other)
Parameter
NameDescription
otherAwsJsonWebKeys

Properties

Keys

public RepeatedField<Jwk> Keys { get; }

The public component of the keys used by the cluster to sign token requests.

Property Value
TypeDescription
RepeatedFieldJwk