Class Identity
The identity associated with a service or workload.
Implements
Inherited Members
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 |