The user or group that the permission applies to.

interface PermissionSubjectWithGroupId {
    identifier: string;
    type: string;
}

Properties

Properties

identifier: string

For type=user, identifier should be user's accountId or anonymous for anonymous users

For type=group, identifier should be ID of the group

type: string

Generated using TypeDoc v0.25.12