Show / Hide Table of Contents

Class GoogleApiServiceusageV1beta1GetServiceIdentityResponse

Response message for getting service identity.

Inheritance
object
GoogleApiServiceusageV1beta1GetServiceIdentityResponse
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.ServiceUsage.v1.Data
Assembly: Google.Apis.ServiceUsage.v1.dll
Syntax
public class GoogleApiServiceusageV1beta1GetServiceIdentityResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Identity

Service identity that service producer can use to access consumer resources. If exists is true, it contains email and unique_id. If exists is false, it contains pre-constructed email and empty unique_id.

Declaration
[JsonProperty("identity")]
public virtual GoogleApiServiceusageV1beta1ServiceIdentity Identity { get; set; }
Property Value
Type Description
GoogleApiServiceusageV1beta1ServiceIdentity

State

Service identity state.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX