Show / Hide Table of Contents

Class Identity

The identity associated with a service or workload.

Inheritance
object
Identity
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.AppHub.v1alpha.Data
Assembly: Google.Apis.AppHub.v1alpha.dll
Syntax
public class Identity : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Principal

Output only. Principal of the identity. Supported formats: * sa://my-sa@xxxx.iam.gserviceaccount.com for GCP Service Account * principal://POOL_ID.global.PROJECT_NUMBER.workload.id.goog/ns/NAMESPACE_ID/sa/MANAGED_IDENTITY_ID for Managed Workload Identity

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX