GoogleApi.ContentWarehouse.V1.Model.CloudAiPlatformTenantresourceTenantProjectResource
Table of Contents ▼
Jump to a specific part of the page:
Description
The tenant project and tenant resources. Next ID: 10
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
cloudSqlInstances
(type:list(GoogleApi.ContentWarehouse.V1.Model.CloudAiPlatformTenantresourceCloudSqlInstanceConfig)
, default:nil
)
- The CloudSQL instances that are provisioned under the tenant project. -
gcsBuckets
(type:list(GoogleApi.ContentWarehouse.V1.Model.CloudAiPlatformTenantresourceGcsBucketConfig)
, default:nil
)
- The GCS buckets that are provisioned under the tenant project. -
iamPolicyBindings
(type:list(GoogleApi.ContentWarehouse.V1.Model.CloudAiPlatformTenantresourceIamPolicyBinding)
, default:nil
)
- The dynamic IAM bindings that are granted under the tenant project. Note: this should only add new bindings to the project if they don't exist and the existing bindings won't be affected. -
infraSpannerConfigs
(type:list(GoogleApi.ContentWarehouse.V1.Model.CloudAiPlatformTenantresourceInfraSpannerConfig)
, default:nil
)
- The Infra Spanner databases that are provisioned under the tenant project. Note: this is an experimental feature. -
tag
(type:String.t
, default:nil
)
- Input/Output [Required]. The tag that uniquely identifies a tenant project within a tenancy unit. Note: for the same tenant project tag, all tenant manager operations should be idempotent. -
tenantProjectConfig
(type:GoogleApi.ContentWarehouse.V1.Model.CloudAiPlatformTenantresourceTenantProjectConfig
, default:nil
)
- The configurations of a tenant project. -
tenantProjectId
(type:String.t
, default:nil
)
- Output only. The tenant project ID that has been created. -
tenantProjectNumber
(type:String.t
, default:nil
)
- Output only. The tenant project number that has been created. -
tenantServiceAccounts
(type:list(GoogleApi.ContentWarehouse.V1.Model.CloudAiPlatformTenantresourceTenantServiceAccountIdentity)
, default:nil
)
- The service account identities (or enabled API service's P4SA) that are expclicitly created under the tenant project (before JIT provisioning during enabled API services).
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.CloudAiPlatformTenantresourceTenantProjectResource{
cloudSqlInstances: [ GoogleApi.ContentWarehouse.V1.Model.CloudAiPlatformTenantresourceCloudSqlInstanceConfig.t() ] | nil,
gcsBuckets: [ GoogleApi.ContentWarehouse.V1.Model.CloudAiPlatformTenantresourceGcsBucketConfig.t() ] | nil,
iamPolicyBindings: [ GoogleApi.ContentWarehouse.V1.Model.CloudAiPlatformTenantresourceIamPolicyBinding.t() ] | nil,
infraSpannerConfigs: [ GoogleApi.ContentWarehouse.V1.Model.CloudAiPlatformTenantresourceInfraSpannerConfig.t() ] | nil,
tag: String.t() | nil,
tenantProjectConfig: GoogleApi.ContentWarehouse.V1.Model.CloudAiPlatformTenantresourceTenantProjectConfig.t() | nil,
tenantProjectId: String.t() | nil,
tenantProjectNumber: String.t() | nil,
tenantServiceAccounts: [ GoogleApi.ContentWarehouse.V1.Model.CloudAiPlatformTenantresourceTenantServiceAccountIdentity.t() ] | nil
}
cloudSqlInstances: [ GoogleApi.ContentWarehouse.V1.Model.CloudAiPlatformTenantresourceCloudSqlInstanceConfig.t() ] | nil,
gcsBuckets: [ GoogleApi.ContentWarehouse.V1.Model.CloudAiPlatformTenantresourceGcsBucketConfig.t() ] | nil,
iamPolicyBindings: [ GoogleApi.ContentWarehouse.V1.Model.CloudAiPlatformTenantresourceIamPolicyBinding.t() ] | nil,
infraSpannerConfigs: [ GoogleApi.ContentWarehouse.V1.Model.CloudAiPlatformTenantresourceInfraSpannerConfig.t() ] | nil,
tag: String.t() | nil,
tenantProjectConfig: GoogleApi.ContentWarehouse.V1.Model.CloudAiPlatformTenantresourceTenantProjectConfig.t() | nil,
tenantProjectId: String.t() | nil,
tenantProjectNumber: String.t() | nil,
tenantServiceAccounts: [ GoogleApi.ContentWarehouse.V1.Model.CloudAiPlatformTenantresourceTenantServiceAccountIdentity.t() ] | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.CloudAiPlatformTenantresourceTenantProjectResource