Class CloudAiPlatformTenantresourceTenantResource
A collection of tenant resources.
Implements
Inherited Members
Namespace: Google.Apis.Contentwarehouse.v1.Data
Assembly: Google.Apis.Contentwarehouse.v1.dll
Syntax
public class CloudAiPlatformTenantresourceTenantResource : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
P4ServiceAccounts
A list of P4 service accounts (go/p4sa) to provision or deprovision.
Declaration
[JsonProperty("p4ServiceAccounts")]
public virtual IList<CloudAiPlatformTenantresourceServiceAccountIdentity> P4ServiceAccounts { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<CloudAiPlatformTenantresourceServiceAccountIdentity> |
TenantProjectResources
A list of tenant projects and tenant resources to provision or deprovision.
Declaration
[JsonProperty("tenantProjectResources")]
public virtual IList<CloudAiPlatformTenantresourceTenantProjectResource> TenantProjectResources { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<CloudAiPlatformTenantresourceTenantProjectResource> |