GoogleApi.IAM.V1.Model.AttestationRule (google_api_iam v0.45.0)
View SourceDefines which workloads can receive an identity within a pool. When an AttestationRule is defined under a managed identity, matching workloads may receive that identity.
Attributes
-
googleCloudResource
(type:String.t
, default:nil
) - Optional. A single workload operating on Google Cloud. For example://compute.googleapis.com/projects/123/uid/zones/us-central1-a/instances/12345
.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.IAM.V1.Model.AttestationRule{ googleCloudResource: String.t() | nil }