Show / Hide Table of Contents

Class Attestor

An attestor that attests to container image artifacts. An existing attestor cannot be modified except where indicated.

Inheritance
object
Attestor
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.BinaryAuthorization.v1beta1.Data
Assembly: Google.Apis.BinaryAuthorization.v1beta1.dll
Syntax
public class Attestor : IDirectResponseSchema

Properties

Description

Optional. A descriptive comment. This field may be updated. The field may be displayed in chooser dialogs.

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
string

ETag

Optional. A checksum, returned by the server, that can be sent on update requests to ensure the attestor has an up-to-date value before attempting to update it. See https://google.aip.dev/154.

Declaration
[JsonProperty("etag")]
public virtual string ETag { get; set; }
Property Value
Type Description
string

Name

Required. The resource name, in the format: projects/*/attestors/*. This field may not be updated.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

UpdateTime

object representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
Type Description
object

UpdateTimeDateTimeOffset

DateTimeOffset representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

UpdateTimeRaw

Output only. Time when the attestor was last updated.

Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
Type Description
string

UserOwnedDrydockNote

A Drydock ATTESTATION_AUTHORITY Note, created by the user.

Declaration
[JsonProperty("userOwnedDrydockNote")]
public virtual UserOwnedDrydockNote UserOwnedDrydockNote { get; set; }
Property Value
Type Description
UserOwnedDrydockNote

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX