vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface ProfileObjectPermissions

    interface ProfileObjectPermissions {
        allowCreate?: boolean;
        allowDelete?: boolean;
        allowEdit?: boolean;
        allowRead?: boolean;
        modifyAllRecords?: boolean;
        object: string;
        viewAllRecords?: boolean;
    }
    Index

    Properties

    allowCreate?: boolean
    allowDelete?: boolean
    allowEdit?: boolean
    allowRead?: boolean
    modifyAllRecords?: boolean
    object: string
    viewAllRecords?: boolean