Class GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerMetadata
Metadata associated with PartnerTenant and is provided by the Partner.
Implements
Inherited Members
Namespace: Google.Apis.BeyondCorp.v1alpha.Data
Assembly: Google.Apis.BeyondCorp.v1alpha.dll
Syntax
public class GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerMetadata : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
InternalTenantId
Optional. UUID used by the Partner to refer to the PartnerTenant in their internal systems.
Declaration
[JsonProperty("internalTenantId")]
public virtual string InternalTenantId { get; set; }
Property Value
Type | Description |
---|---|
string |
PartnerTenantId
Optional. UUID used by the Partner to refer to the PartnerTenant in their internal systems.
Declaration
[JsonProperty("partnerTenantId")]
public virtual string PartnerTenantId { get; set; }
Property Value
Type | Description |
---|---|
string |