public sealed class TokenOptions.Types.AwsPrincipalTagsOptions.Types.AllowedPrincipalTags.Types.ContainerImageSignatures : IMessage<TokenOptions.Types.AwsPrincipalTagsOptions.Types.AllowedPrincipalTags.Types.ContainerImageSignatures>, IEquatable<TokenOptions.Types.AwsPrincipalTagsOptions.Types.AllowedPrincipalTags.Types.ContainerImageSignatures>, IDeepCloneable<TokenOptions.Types.AwsPrincipalTagsOptions.Types.AllowedPrincipalTags.Types.ContainerImageSignatures>, IBufferMessage, IMessageReference documentation and code samples for the Confidential Computing v1 API class TokenOptions.Types.AwsPrincipalTagsOptions.Types.AllowedPrincipalTags.Types.ContainerImageSignatures.
Allowed Container Image Signatures. Key IDs are required to allow this claim to fit within the narrow AWS IAM restrictions.
Inheritance
object > TokenOptions.Types.AwsPrincipalTagsOptions.Types.AllowedPrincipalTags.Types.ContainerImageSignaturesImplements
IMessageTokenOptionsTypesAwsPrincipalTagsOptionsTypesAllowedPrincipalTagsTypesContainerImageSignatures, IEquatableTokenOptionsTypesAwsPrincipalTagsOptionsTypesAllowedPrincipalTagsTypesContainerImageSignatures, IDeepCloneableTokenOptionsTypesAwsPrincipalTagsOptionsTypesAllowedPrincipalTagsTypesContainerImageSignatures, IBufferMessage, IMessageNamespace
Google.Cloud.ConfidentialComputing.V1Assembly
Google.Cloud.ConfidentialComputing.V1.dll
Constructors
ContainerImageSignatures()
public ContainerImageSignatures()ContainerImageSignatures(ContainerImageSignatures)
public ContainerImageSignatures(TokenOptions.Types.AwsPrincipalTagsOptions.Types.AllowedPrincipalTags.Types.ContainerImageSignatures other)| Parameter | |
|---|---|
| Name | Description |
other |
TokenOptionsTypesAwsPrincipalTagsOptionsTypesAllowedPrincipalTagsTypesContainerImageSignatures |
Properties
KeyIds
public RepeatedField<string> KeyIds { get; }Optional. List of key ids to filter into the Principal tags. Only keys that have been validated and added to the token will be filtered into principal tags. Unrecognized key ids will be ignored.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|