google_api_service_consumer_management v0.18.0 GoogleApi.ServiceConsumerManagement.V1.Model.TenantProjectPolicy View Source
Describes policy settings that need to be applied to a newly created tenant project.
Attributes
policyBindings
(type:list(GoogleApi.ServiceConsumerManagement.V1.Model.PolicyBinding.t)
, default:nil
) - 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 roleroles/owner
. Among the list of members forroles/owner
, at least one of them must be either theuser
orgroup
type.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.ServiceConsumerManagement.V1.Model.TenantProjectPolicy{ policyBindings: [ GoogleApi.ServiceConsumerManagement.V1.Model.PolicyBinding.t() ] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.