LegacyPlaybookWorkflowAccessPermissions represents workflow access permissions.
JSON representation |
---|
{
"id": string,
"tenantId": string,
"creationTimeUnixTimeInMs": string,
"modificationTimeUnixTimeInMs": string,
"workflowOriginalIdentifier": string,
"user": string,
"accessLevel": enum ( |
Fields | |
---|---|
id |
Required. Id is the unique identifier of the data model object. |
tenantId |
Required. TenantId is the identifier of the tenant. |
creationTimeUnixTimeInMs |
Required. CreationTimeUnixTimeInMs is the creation time of the data model object. Represents DateTime CreationTimeUnixTimeInMs as unix time |
modificationTimeUnixTimeInMs |
Required. ModificationTimeUnixTimeInMs is the modification time of the data model object. Represents DateTime ModificationTimeUnixTimeInMs as unix time |
workflowOriginalIdentifier |
Required. WorkflowOriginalIdentifier is the original identifier of the workflow. |
user |
Required. User is the user associated with the permission. |
accessLevel |
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. |