@twinfinity/permission
    Preparing search index...

    Interface Group

    interface Group {
        description: null | string;
        displayName: null | string;
        etag: string;
        id: string;
        isEditable: boolean;
        ownerSystem: string;
        permissions: PrincipalPermission[];
        principalType: PrincipalType;
        title: string;
    }
    Index

    Properties

    description: null | string
    displayName: null | string
    etag: string
    id: string
    isEditable: boolean
    ownerSystem: string
    permissions: PrincipalPermission[]

    The effective permission bits the relevant subject holds on this group's management scope. The subject is the caller on most endpoints, and the target user on GET /users/{id}/groups. An empty array means no permissions are granted.

    principalType: PrincipalType
    title: string