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;
}

Information on the role