Class: Google::Apis::CloudresourcemanagerV1::GetEffectiveOrgPolicyRequest

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/cloudresourcemanager_v1/classes.rb,
generated/google/apis/cloudresourcemanager_v1/representations.rb,
generated/google/apis/cloudresourcemanager_v1/representations.rb

Overview

The request sent to the GetEffectiveOrgPolicy method.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GetEffectiveOrgPolicyRequest

Returns a new instance of GetEffectiveOrgPolicyRequest.



750
751
752
# File 'generated/google/apis/cloudresourcemanager_v1/classes.rb', line 750

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

Instance Attribute Details

#constraintString

The name of the Constraint to compute the effective Policy. Corresponds to the JSON property constraint

Returns:

  • (String)


748
749
750
# File 'generated/google/apis/cloudresourcemanager_v1/classes.rb', line 748

def constraint
  @constraint
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



755
756
757
# File 'generated/google/apis/cloudresourcemanager_v1/classes.rb', line 755

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