View Source GoogleApi.PolicySimulator.V1.Model.GoogleCloudPolicysimulatorV1alphaOrgPolicyOverlayPolicyOverlay (google_api_policy_simulator v0.3.0)

A change to an OrgPolicy.

Attributes

  • policy (type: GoogleApi.PolicySimulator.V1.Model.GoogleCloudOrgpolicyV2Policy.t, default: nil) - Optional. The new or updated OrgPolicy.
  • policyParent (type: String.t, default: nil) - Optional. The parent of the policy we are attaching to. Example: "projects/123456"

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.PolicySimulator.V1.Model.GoogleCloudPolicysimulatorV1alphaOrgPolicyOverlayPolicyOverlay{
    policy:
      GoogleApi.PolicySimulator.V1.Model.GoogleCloudOrgpolicyV2Policy.t() | nil,
    policyParent: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.