Class: Google::Apis::PolicysimulatorV1::GoogleCloudPolicysimulatorV1betaOrgPolicyOverlayPolicyOverlay

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/policysimulator_v1/classes.rb,
lib/google/apis/policysimulator_v1/representations.rb,
lib/google/apis/policysimulator_v1/representations.rb

Overview

A change to an OrgPolicy.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudPolicysimulatorV1betaOrgPolicyOverlayPolicyOverlay

Returns a new instance of GoogleCloudPolicysimulatorV1betaOrgPolicyOverlayPolicyOverlay.



1447
1448
1449
# File 'lib/google/apis/policysimulator_v1/classes.rb', line 1447

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#policyGoogle::Apis::PolicysimulatorV1::GoogleCloudOrgpolicyV2Policy

Defines an organization policy which is used to specify constraints for configurations of Google Cloud resources. Corresponds to the JSON property policy



1439
1440
1441
# File 'lib/google/apis/policysimulator_v1/classes.rb', line 1439

def policy
  @policy
end

#policy_parentString

Optional. The parent of the policy we are attaching to. Example: "projects/ 123456" Corresponds to the JSON property policyParent

Returns:

  • (String)


1445
1446
1447
# File 'lib/google/apis/policysimulator_v1/classes.rb', line 1445

def policy_parent
  @policy_parent
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1452
1453
1454
1455
# File 'lib/google/apis/policysimulator_v1/classes.rb', line 1452

def update!(**args)
  @policy = args[:policy] if args.key?(:policy)
  @policy_parent = args[:policy_parent] if args.key?(:policy_parent)
end