Enum OwnerType
- Namespace
- Temporalio.Api.Cloud.Identity.V1
- Assembly
- Temporalio.dll
public enum OwnerType
Fields
[OriginalName("OWNER_TYPE_SERVICE_ACCOUNT")] ServiceAccount = 2
The owner is a service account.
[OriginalName("OWNER_TYPE_UNSPECIFIED")] Unspecified = 0
[OriginalName("OWNER_TYPE_USER")] User = 1
The owner is a user.