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 need to 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.



3162
3163
3164
# File 'lib/google/apis/serviceconsumermanagement_v1/classes.rb', line 3162

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. At least one binding must have the role roles/owner. Corresponds to the JSON property policyBindings



3160
3161
3162
# File 'lib/google/apis/serviceconsumermanagement_v1/classes.rb', line 3160

def policy_bindings
  @policy_bindings
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3167
3168
3169
# File 'lib/google/apis/serviceconsumermanagement_v1/classes.rb', line 3167

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