Show / Hide Table of Contents

Class AttachTenantProjectRequest

Request to attach an existing project to the tenancy unit as a new tenant resource.

Inheritance
object
AttachTenantProjectRequest
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX