Show / Hide Table of Contents

Class CloudAiPlatformTenantresourceTenantProjectConfig

The identity to configure a tenant project.

Inheritance
object
CloudAiPlatformTenantresourceTenantProjectConfig
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 CloudAiPlatformTenantresourceTenantProjectConfig : IDirectResponseSchema

Properties

BillingConfig

Input/Output [Required]. The billing account properties to create the tenant project.

Declaration
[JsonProperty("billingConfig")]
public virtual GoogleApiServiceconsumermanagementV1BillingConfig BillingConfig { get; set; }
Property Value
Type Description
GoogleApiServiceconsumermanagementV1BillingConfig

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Folder

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}.

Declaration
[JsonProperty("folder")]
public virtual string Folder { get; set; }
Property Value
Type Description
string

PolicyBindings

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.

Declaration
[JsonProperty("policyBindings")]
public virtual IList<GoogleApiServiceconsumermanagementV1PolicyBinding> PolicyBindings { get; set; }
Property Value
Type Description
IList<GoogleApiServiceconsumermanagementV1PolicyBinding>

Services

Input/Output [Required]. The API services that are enabled on the tenant project during creation.

Declaration
[JsonProperty("services")]
public virtual IList<string> Services { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX