interface PermissionSet {
    categories?: string[];
    description: string;
    id: string;
    name: string;
    scopeType: PermissionSetScopeType;
}

Properties

categories?: string[]

Categories of the permission set.

description: string

Description of the permission set.

id: string

Id of the permission set.

name: string

Name of the permission set.

Scope of the permission set.