View Source GoogleApi.CloudAsset.V1.Model.PolicyInfo (google_api_cloud_asset v0.35.0)

The IAM policy and its attached resource.

Attributes

  • attachedResource (type: String.t, default: nil) - The full resource name the policy is directly attached to.
  • policy (type: GoogleApi.CloudAsset.V1.Model.Policy.t, default: nil) - The IAM policy that's directly attached to the attached_resource.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudAsset.V1.Model.PolicyInfo{
  attachedResource: String.t() | nil,
  policy: GoogleApi.CloudAsset.V1.Model.Policy.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.