Details of the permission.

interface RestrictedPermission {
    id?: string;
    key?: string;
}

Properties

Properties

id?: string

The ID of the permission. Either id or key must be specified. Use Get all permissions to get the list of permissions.

key?: string

The key of the permission. Either id or key must be specified. Use Get all permissions to get the list of permissions.