Interface: PermissionManifestEntry
Interface: PermissionManifestEntry
Defined in: auth-shared/src/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: auth-shared/src/dto/permission.ts:17
category?
optionalcategory?:string
Defined in: auth-shared/src/dto/permission.ts:18
code
code:
string
Defined in: auth-shared/src/dto/permission.ts:13
description?
optionaldescription?:string
Defined in: auth-shared/src/dto/permission.ts:15
name
name:
string
Defined in: auth-shared/src/dto/permission.ts:14
resource
resource:
string
Defined in: auth-shared/src/dto/permission.ts:16