All Products
Search
Document Center

Platform For AI:ModulePermissions

Last Updated:May 08, 2026

Parameter

Type

Description

Example

array

A list of module permission configurations.

object

The permission object.

ModuleName

string

The module name. Valid values are:

  • PaiDesigner: PAI-Designer

  • Paiflow: workflow

  • DSW: PAI-DSW

  • DLC: PAI-DLC

  • Dataset: dataset

  • Model: model

  • Image: image

  • CodeSource: code source

  • PaiWorkspace@@Workspace: Basic workspace information

  • PaiWorkspace@@MemberRole: workspace member management

  • PaiWorkspace@@Resource: workspace computing resource management

  • PaiWorkspace@@Config: workspace configuration center

  • ArtLab: ArtLab

PaiDesigner

PermissionType

string

The permission type. Valid values are:

  • ReadOnly: read-only access.

  • ReadWrite: Allows users to edit and run.

  • FullAccess: full control.

  • NoPrivilege: no permissions.

  • CustomPermissions: custom permissions.

ReadOnly

Permissions

array

The permissions. This parameter is required and applies only when PermissionType is set to CustomPermissions.

object

A permission object.

PermissionCodes

array

A list of permissions.

string

The permission code. Each permission must be unique within the region. For more information about permissions, see Appendix: Roles and permissions.

PaiDLC:GetTensorboard

PermissionRules

array

A list of permission rules.

object

A permission rule.

Accessibility

string

The access type. Valid values are:

  • PUBLIC: All members in the current workspace can perform this action.

  • PRIVATE: Only the creator can perform this action.

  • ANY: Both the creator and non-creators can perform this action.

PRIVATE

EntityAccessType

string

The entity access type. This parameter is ignored if Accessibility is set to PUBLIC. If Accessibility is set to PRIVATE, the value of this parameter determines the permissions. Valid values are:

  • CREATOR: Only the creator can perform this action.

  • ANY: Both the creator and non-creators can perform this action.

CREATOR