Class AttestationRule
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.
Implements
Inherited Members
Namespace: Google.Apis.Iam.v1.Data
Assembly: Google.Apis.Iam.v1.dll
Syntax
public class AttestationRule : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GoogleCloudResource
Optional. A single workload operating on Google Cloud. For example:
//compute.googleapis.com/projects/123/uid/zones/us-central1-a/instances/12345
.
Declaration
[JsonProperty("googleCloudResource")]
public virtual string GoogleCloudResource { get; set; }
Property Value
Type | Description |
---|---|
string |