Show / Hide Table of Contents

Class CloudAiPlatformTenantresourceTenantResource

A collection of tenant resources.

Inheritance
object
CloudAiPlatformTenantresourceTenantResource
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX