LegacyPlaybookWorkflowAccessPermissions

LegacyPlaybookWorkflowAccessPermissions represents workflow access permissions.

JSON representation
{
  "id": string,
  "tenantId": string,
  "creationTimeUnixTimeInMs": string,
  "modificationTimeUnixTimeInMs": string,
  "workflowOriginalIdentifier": string,
  "user": string,
  "accessLevel": enum (PermissionAccessLevel)
}
Fields
id

string (int64 format)

Required. Id is the unique identifier of the data model object.

tenantId

string

Required. TenantId is the identifier of the tenant.

creationTimeUnixTimeInMs

string (int64 format)

Required. CreationTimeUnixTimeInMs is the creation time of the data model object. Represents DateTime CreationTimeUnixTimeInMs as unix time

modificationTimeUnixTimeInMs

string (int64 format)

Required. ModificationTimeUnixTimeInMs is the modification time of the data model object. Represents DateTime ModificationTimeUnixTimeInMs as unix time

workflowOriginalIdentifier

string

Required. WorkflowOriginalIdentifier is the original identifier of the workflow.

user

string

Required. User is the user associated with the permission.

accessLevel

enum (PermissionAccessLevel)

Required. AccessLevel is the access level for the user.

PermissionAccessLevel

PermissionAccessLevel is the access level of the permission.

Enums
PERMISSION_ACCESS_LEVEL_UNSPECIFIED The access level is unspecified.
NO_ACCESS The access level is no access.
VIEW The access level is view.
EDIT The access level is edit.
EXECUTE The access level is execute.