AttestationRule class

Defines which workloads can receive an identity within a pool.

When an AttestationRule is defined under a managed identity, matching workloads may receive that identity.

Constructors

AttestationRule.new({String? googleCloudResource})
AttestationRule.fromJson(Map json_)

Properties

googleCloudResource String?
A single workload operating on Google Cloud.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
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