CloudAiPlatformTenantresourceTenantProjectConfig

GoogleApi.ContentWarehouse.V1.Model.CloudAiPlatformTenantresourceTenantProjectConfig


Table of Contents ▼

Jump to a specific part of the page:

Description

The identity to configure a tenant project.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. billingConfig (type: GoogleApi.ContentWarehouse.V1.Model.GoogleApiServiceconsumermanagementV1BillingConfig, default: nil)
    - Input/Output [Required]. The billing account properties to create the tenant project.
  2. folder (type: String.t, default: nil)
    - Input/Output [Required]. The folder that holds tenant projects and folder-level permissions will be automatically granted to all tenant projects under the folder. Note: the valid folder format is folders/{folder_number}.
  3. policyBindings (type: list(GoogleApi.ContentWarehouse.V1.Model.GoogleApiServiceconsumermanagementV1PolicyBinding), default: nil)
    - Input/Output [Required]. The policy bindings that are applied to the tenant project during creation. At least one binding must have the role roles/owner with either user or group type.
  4. services (type: list(String.t), default: nil)
    - Input/Output [Required]. The API services that are enabled on the tenant project during creation.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.CloudAiPlatformTenantresourceTenantProjectConfig{
billingConfig: GoogleApi.ContentWarehouse.V1.Model.GoogleApiServiceconsumermanagementV1BillingConfig.t() | nil,
folder: String.t() | nil,
policyBindings: [ GoogleApi.ContentWarehouse.V1.Model.GoogleApiServiceconsumermanagementV1PolicyBinding.t() ] | nil,
services: [String.t()] | nil
}

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.CloudAiPlatformTenantresourceTenantProjectConfig