View Source GoogleApi.ContentWarehouse.V1.Model.CloudAiPlatformTenantresourceTenantProjectConfig (google_api_content_warehouse v0.4.0)

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 is folders/{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 role roles/owner with either user or group type.
  • 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
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.