Skip to main content

Interface: WorkflowAccessRole

Defined in: packages/sdk/src/types/core-types.ts:102

The parts of a member role this rule reads. Structural rather than MemberRole so the rule stays in this dependency-free module, and so a caller holding only a partial role (a cached list response) can still ask.

Properties

grantedScopes?

optional grantedScopes: string[] | null

Defined in: packages/sdk/src/types/core-types.ts:103


workflowAccess?

optional workflowAccess: readonly object[] | null

Defined in: packages/sdk/src/types/core-types.ts:104