public sealed class SignedEntity : IMessage<SignedEntity>, IEquatable<SignedEntity>, IDeepCloneable<SignedEntity>, IBufferMessage, IMessage
Reference documentation and code samples for the Confidential Computing v1 API class SignedEntity.
SignedEntity represents an OCI image object containing everything necessary to verify container image signatures.
Implements
IMessageSignedEntity, IEquatableSignedEntity, IDeepCloneableSignedEntity, IBufferMessage, IMessageNamespace
Google.Cloud.ConfidentialComputing.V1Assembly
Google.Cloud.ConfidentialComputing.V1.dll
Constructors
SignedEntity()
public SignedEntity()
SignedEntity(SignedEntity)
public SignedEntity(SignedEntity other)
Parameter | |
---|---|
Name | Description |
other |
SignedEntity |
Properties
ContainerImageSignatures
public RepeatedField<ContainerImageSignature> ContainerImageSignatures { get; }
Optional. A list of container image signatures attached to an OCI image object.
Property Value | |
---|---|
Type | Description |
RepeatedFieldContainerImageSignature |