View Source GoogleApi.ContentWarehouse.V1.Model.CloudAiPlatformTenantresourceTenantProjectResource (google_api_content_warehouse v0.6.1)
The tenant project and tenant resources. Next ID: 10
Attributes
-
cloudSqlInstances(type:list(GoogleApi.ContentWarehouse.V1.Model.CloudAiPlatformTenantresourceCloudSqlInstanceConfig.t), default:nil) - The CloudSQL instances that are provisioned under the tenant project. -
gcsBuckets(type:list(GoogleApi.ContentWarehouse.V1.Model.CloudAiPlatformTenantresourceGcsBucketConfig.t), default:nil) - The GCS buckets that are provisioned under the tenant project. -
iamPolicyBindings(type:list(GoogleApi.ContentWarehouse.V1.Model.CloudAiPlatformTenantresourceIamPolicyBinding.t), 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.t), 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.t, 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.t), 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).
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@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 }