Class TenantResource
Resource constituting the TenancyUnit.
Implements
Inherited Members
Namespace: Google.Apis.ServiceConsumerManagement.v1.Data
Assembly: Google.Apis.ServiceConsumerManagement.v1.dll
Syntax
public class TenantResource : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MigratedTenantProject
Output only. The newly created regional resource name of the tenant project that has been migrated from a
global service. This field is only set for migrated tenant projects. Format:
services//{collection_id}/{RESOURCE_ID}/locations/{LOCATION}/tenantProjects/{TENANT_ID}.
Declaration
[JsonProperty("migratedTenantProject")]
public virtual string MigratedTenantProject { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Resource
Output only. @OutputOnly Identifier of the tenant resource. For cloud projects, it is in the form 'projects/{number}'. For example 'projects/123456'.
Declaration
[JsonProperty("resource")]
public virtual string Resource { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Status
Status of tenant resource.
Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Tag
Unique per single tenancy unit.
Declaration
[JsonProperty("tag")]
public virtual string Tag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |