authz/intents
Api Code Documentation / Exports / authz/intents
Table of contents
Type Aliases
Variables
- allIntents
- globalIntents
- groupIntents
- projectIntents
- subprojectIntents
- userAssignableIntents
- userDefaultIntents
- userIntents
- workflowitemIntents
Type Aliases
ExposableIntent
Ƭ ExposableIntent: Exclude<default, "project.close" | "subproject.close" | "workflowitem.close">
Defined in
default
Ƭ default: "global.listPermissions" | "global.grantPermission" | "global.grantAllPermissions" | "global.revokePermission" | "global.createProject" | "global.createUser" | "global.enableUser" | "global.disableUser" | "global.listAssignments" | "global.createGroup" | "user.authenticate" | "user.changePassword" | "user.list" | "user.intent.listPermissions" | "user.intent.grantPermission" | "user.intent.revokePermission" | "group.addUser" | "group.removeUser" | "project.intent.listPermissions" | "project.intent.grantPermission" | "project.intent.revokePermission" | "project.list" | "project.viewDetails" | "project.viewHistory" | "project.assign" | "project.update" | "project.close" | "project.createSubproject" | "project.budget.updateProjected" | "project.budget.deleteProjected" | "subproject.intent.listPermissions" | "subproject.intent.grantPermission" | "subproject.intent.revokePermission" | "subproject.list" | "subproject.viewDetails" | "subproject.viewHistory" | "subproject.assign" | "subproject.update" | "subproject.close" | "subproject.createWorkflowitem" | "subproject.reorderWorkflowitems" | "subproject.budget.updateProjected" | "subproject.budget.deleteProjected" | "workflowitem.intent.listPermissions" | "workflowitem.intent.grantPermission" | "workflowitem.intent.revokePermission" | "workflowitem.list" | "workflowitem.viewHistory" | "workflowitem.assign" | "workflowitem.update" | "workflowitem.close" | "notification.create" | "network.registerNode" | "network.list" | "network.listActive" | "network.voteForPermission" | "network.approveNewOrganization" | "network.approveNewNodeForExistingOrganization" | "network.declineNode" | "provisioning.start" | "provisioning.end" | "provisioning.get"
Defined in
Variables
allIntents
• Const allIntents: default[]
Defined in
globalIntents
• Const globalIntents: default[]
Defined in
groupIntents
• Const groupIntents: default[]
Defined in
projectIntents
• Const projectIntents: default[]
Defined in
subprojectIntents
• Const subprojectIntents: default[]
Defined in
userAssignableIntents
• Const userAssignableIntents: default[]
Defined in
userDefaultIntents
• Const userDefaultIntents: default[]
Defined in
userIntents
• Const userIntents: default[]
Defined in
workflowitemIntents
• Const workflowitemIntents: default[]