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 role roles/owner. Among the list of members for roles/owner, at least one of them must be either the user or group 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 Source
t() :: %GoogleApi.ServiceConsumerManagement.V1.Model.TenantProjectPolicy{
  policyBindings: [
    GoogleApi.ServiceConsumerManagement.V1.Model.PolicyBinding.t()
  ]
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.