View Source GoogleApi.PolicySimulator.V1.Model.GoogleCloudPolicysimulatorV1betaOrgPolicyOverlayPolicyOverlay (google_api_policy_simulator v0.6.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.GoogleCloudPolicysimulatorV1betaOrgPolicyOverlayPolicyOverlay{ policy: GoogleApi.PolicySimulator.V1.Model.GoogleCloudOrgpolicyV2Policy.t() | nil, policyParent: String.t() | nil }