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):
Attributes
-
billingConfig
(type:GoogleApi.ContentWarehouse.V1.Model.GoogleApiServiceconsumermanagementV1BillingConfig
, default:nil
)
- Input/Output [Required]. The billing account properties to create the tenant project. -
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 isfolders/{folder_number}
. -
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 roleroles/owner
with eitheruser
orgroup
type. -
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
}
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