View Source GoogleApi.ServiceConsumerManagement.V1.Model.TenantProjectPolicy (google_api_service_consumer_management v0.32.0)

Describes policy settings that can 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ServiceConsumerManagement.V1.Model.TenantProjectPolicy{
  policyBindings:
    [GoogleApi.ServiceConsumerManagement.V1.Model.PolicyBinding.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.