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

    Interface PermissionSetObjectPermissions

    interface PermissionSetObjectPermissions {
        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