Interface UserGroupRestrictions

interface UserGroupRestrictions {
    allowMultipleSelections: boolean;
    dataType: FieldType;
    masked?: {
        currentUserIsAuthorizedToReveal: boolean;
        revealUrl?: string;
    };
    readOnly: boolean;
    required: boolean;
    systemReserved: boolean;
    userSelectionStrategy: UserGroupStrategy;
}

Hierarchy (view full)

Properties

allowMultipleSelections: boolean
dataType: FieldType
masked?: {
    currentUserIsAuthorizedToReveal: boolean;
    revealUrl?: string;
}
readOnly: boolean
required: boolean
systemReserved: boolean
userSelectionStrategy: UserGroupStrategy