Class Identity
The identity associated with a service or workload.
Implements
Inherited Members
Namespace: Google.Apis.AppHub.v1.Data
Assembly: Google.Apis.AppHub.v1.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. The principal of the identity. Supported formats: *
sa://my-sa@PROJECT_ID.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 |