Class: Google::Apis::ServiceconsumermanagementV1::TenantProjectPolicy

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

Overview

Describes policy settings that can be applied to a newly created tenant project.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ TenantProjectPolicy

Returns a new instance of TenantProjectPolicy.



3842
3843
3844
# File 'lib/google/apis/serviceconsumermanagement_v1/classes.rb', line 3842

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

Instance Attribute Details

#policy_bindingsArray<Google::Apis::ServiceconsumermanagementV1::PolicyBinding>

Policy bindings to be applied to the tenant project, in addition to the 'roles/ owner' role granted to the Service Consumer Management service account. Corresponds to the JSON property policyBindings



3840
3841
3842
# File 'lib/google/apis/serviceconsumermanagement_v1/classes.rb', line 3840

def policy_bindings
  @policy_bindings
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3847
3848
3849
# File 'lib/google/apis/serviceconsumermanagement_v1/classes.rb', line 3847

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