@twinfinity/permission
    Preparing search index...

    Interface Group

    interface Group {
        displayName: null | string;
        etag: string;
        id: string;
        isEditable: boolean;
        ownerSystem: string;
        principalType: PrincipalType;
        title: string;
    }
    Index

    Properties

    displayName: null | string
    etag: string
    id: string
    isEditable: boolean
    ownerSystem: string
    principalType: PrincipalType
    title: string