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

    Interface SharingOwnerRule

    interface SharingOwnerRule {
        accessLevel: string;
        accountSettings?: AccountSharingRuleSettings;
        description?: string;
        fullName?: string;
        label: string;
        sharedFrom: SharedTo;
        sharedTo: SharedTo;
    }

    Hierarchy (View Summary)

    Index

    Properties

    accessLevel: string
    accountSettings?: AccountSharingRuleSettings
    description?: string
    fullName?: string
    label: string
    sharedFrom: SharedTo
    sharedTo: SharedTo