UserOwnedGrafeasNote class
An user owned Grafeas note references a Grafeas Attestation.Authority Note created by the user.
Constructors
-
UserOwnedGrafeasNote({String? delegationServiceAccountEmail, String? noteReference, List<
AttestorPublicKey> ? publicKeys}) - UserOwnedGrafeasNote.fromJson(Map json_)
Properties
- delegationServiceAccountEmail ↔ String?
-
This field will contain the service account email address that this
attestor will use as the principal when querying Container Analysis.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- noteReference ↔ String?
-
The Grafeas resource name of a Attestation.Authority Note, created by the
user, in the format:
projects/[PROJECT_ID]/notes / *
.getter/setter pair -
publicKeys
↔ List<
AttestorPublicKey> ? -
Public keys that verify attestations signed by this attestor.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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