Class AttachTenantProjectRequest
Request to attach an existing project to the tenancy unit as a new tenant resource.
Implements
Inherited Members
Namespace: Google.Apis.ServiceConsumerManagement.v1.Data
Assembly: Google.Apis.ServiceConsumerManagement.v1.dll
Syntax
public class AttachTenantProjectRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExternalResource
When attaching an external project, this is in the format of projects/{project_number}
.
Declaration
[JsonProperty("externalResource")]
public virtual string ExternalResource { get; set; }
Property Value
Type | Description |
---|---|
string |
ReservedResource
When attaching a reserved project already in tenancy units, this is the tag of a tenant resource under the tenancy unit for the managed service's service producer project. The reserved tenant resource must be in an active state.
Declaration
[JsonProperty("reservedResource")]
public virtual string ReservedResource { get; set; }
Property Value
Type | Description |
---|---|
string |
Tag
Required. Tag of the tenant resource after attachment. Must be less than 128 characters. Required.
Declaration
[JsonProperty("tag")]
public virtual string Tag { get; set; }
Property Value
Type | Description |
---|---|
string |