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

    Interface LicenseDefinitionMetadata

    interface LicenseDefinitionMetadata {
        aggregationGroup: string;
        description?: string;
        fullName?: string;
        isPublished: boolean;
        label: string;
        licensedCustomPermissions?: LicensedCustomPermissions[];
        licensingAuthority: string;
        licensingAuthorityProvider: string;
        minPlatformVersion: number;
        origin: string;
        revision: number;
        trialLicenseDuration: number;
        trialLicenseQuantity: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    aggregationGroup: string
    description?: string
    fullName?: string
    isPublished: boolean
    label: string
    licensedCustomPermissions?: LicensedCustomPermissions[]
    licensingAuthority: string
    licensingAuthorityProvider: string
    minPlatformVersion: number
    origin: string
    revision: number
    trialLicenseDuration: number
    trialLicenseQuantity: number