Skip to content

Interface: PermissionManifestEntry

Interface: PermissionManifestEntry

Defined in: dto/permission.ts:12

A permission declared by a service in its manifest. The auth-server upserts the set and prunes any rows previously attributed to service that aren’t in the new manifest.

Properties

action

action: string

Defined in: dto/permission.ts:17


category?

optional category?: string

Defined in: dto/permission.ts:18


code

code: string

Defined in: dto/permission.ts:13


description?

optional description?: string

Defined in: dto/permission.ts:15


name

name: string

Defined in: dto/permission.ts:14


resource

resource: string

Defined in: dto/permission.ts:16