Enum NamespaceAccess.Types.Permission
- Namespace
- Temporalio.Api.Cloud.Identity.V1
- Assembly
- Temporalio.dll
public enum NamespaceAccess.Types.Permission
Fields
[OriginalName("PERMISSION_ADMIN")] Admin = 1
Gives full access to the namespace, including assigning namespace access to other users.
[OriginalName("PERMISSION_READ")] Read = 3
Gives read only access to the namespace configuration and workflows within the namespace.
[OriginalName("PERMISSION_UNSPECIFIED")] Unspecified = 0
[OriginalName("PERMISSION_WRITE")] Write = 2
Gives write access to the namespace configuration and workflows within the namespace.