Attestor class

An attestor that attests to container image artifacts.

An existing attestor cannot be modified except where indicated.

Constructors

Attestor({String? description, String? etag, String? name, String? updateTime, UserOwnedGrafeasNote? userOwnedGrafeasNote})
Attestor.fromJson(Map json_)

Properties

description String?
A descriptive comment.
getter/setter pair
etag String?
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.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
The resource name, in the format: projects / * /attestors / * .
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateTime String?
Time when the attestor was last updated.
getter/setter pair
userOwnedGrafeasNote UserOwnedGrafeasNote?
This specifies how an attestation will be read, and how it will be used during policy enforcement.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited