ActivePermission

Hierarchy

  • ActivePermission

Index

Properties

Optional action

action?: string

The specific action identifier that this permission is controlling access to for the specific associated service.

Optional effect

effect?: "allow" | "deny"

One of "allow" or "deny".

Optional id

id?: string

The unique identifier of the permission in the context of the client. Begins with "PERM-".

Optional resource

resource?: string

The resource identifier that this permission is controlling access to for the given action.

Optional serviceId

serviceId?: string

Identifies the service that this permission is associated with.