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

    Interface OauthCustomScopeMetadata

    interface OauthCustomScopeMetadata {
        assignedTo?: OauthCustomScopeApp[];
        description: string;
        developerName: string;
        fullName?: string;
        isProtected?: boolean;
        isPublic?: boolean;
        masterLabel: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    assignedTo?: OauthCustomScopeApp[]
    description: string
    developerName: string
    fullName?: string
    isProtected?: boolean
    isPublic?: boolean
    masterLabel: string