Preparing search index...

    Information on the role

    type RoleDataType = {
        createdAt: string | null;
        createdBy: string | null;
        displayName: string;
        name: string;
        properties: string[];
        rights: string[];
        securityLabels: string[];
        type: string;
        updatedAt: string | null;
        updatedBy: string | null;
    }
    Index

    Properties

    createdAt: string | null
    createdBy: string | null
    displayName: string
    name: string
    properties: string[]
    rights: string[]
    securityLabels: string[]
    type: string
    updatedAt: string | null
    updatedBy: string | null