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

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/serviceconsumermanagement_v1/classes.rb,
generated/google/apis/serviceconsumermanagement_v1/representations.rb,
generated/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.



3139
3140
3141
# File 'generated/google/apis/serviceconsumermanagement_v1/classes.rb', line 3139

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. Among the list of members for roles/owner, at least one of them must be either the user or group type. Corresponds to the JSON property policyBindings



3137
3138
3139
# File 'generated/google/apis/serviceconsumermanagement_v1/classes.rb', line 3137

def policy_bindings
  @policy_bindings
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3144
3145
3146
# File 'generated/google/apis/serviceconsumermanagement_v1/classes.rb', line 3144

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