Skip to content

ManagementAuthorizationInput

Defined in: surface/types.ts:81

Input passed to the optional authorization callback.

Single-job mutations include job; bulk mutations include selector. Read checks omit both and should decide from action and context.

Type ParameterDefault typeDescription
TContextunknownApplication context supplied through the OpenAPI handler call.
action: ManagementAction;

Defined in: surface/types.ts:82


context: TContext;

Defined in: surface/types.ts:83


optional job?: PersistedJob;

Defined in: surface/types.ts:84


optional selector?: JobSelector;

Defined in: surface/types.ts:85