View Source GoogleApi.ContentWarehouse.V1.Model.CloudAiPlatformTenantresourceTenantProjectConfig (google_api_content_warehouse v0.6.1)
The identity to configure a tenant project.
Attributes
-   billingConfig(type:GoogleApi.ContentWarehouse.V1.Model.GoogleApiServiceconsumermanagementV1BillingConfig.t, 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.t), 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/ownerwith eitheruserorgrouptype.
-   services(type:list(String.t), default:nil) - Input/Output [Required]. The API services that are enabled on the tenant project during creation.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@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 }