interface RemoveGroupByName {
    groupName: string;
    id: string;
    operationKey: string;
}

Properties

groupName: string

The name of the group to remove from the content restriction.

id: string

The ID of the content that the restriction applies to.

operationKey: string

The operation that the restriction applies to.

Example

'read';
'update';

Generated using TypeDoc v0.25.12