Documentation
    Preparing search index...

    Interface VirtualKeychainSpecInterface

    Standardized and Extensible Virtual Product Specification Interface (ends with 'Interface')

    interface VirtualKeychainSpecInterface {
        authMechanism: string;
        expiresAt?: string;
        maxUsageCount?: number;
        ontologyMapping?: OntologyMappingInterface;
        scopes?: string[];
        targetNetwork: string;
        [key: string]: unknown;
    }

    Hierarchy

    • Record<string, unknown>
      • VirtualKeychainSpecInterface

    Indexable

    • [key: string]: unknown
    Index

    Properties

    authMechanism: string
    expiresAt?: string
    maxUsageCount?: number
    ontologyMapping?: OntologyMappingInterface
    scopes?: string[]
    targetNetwork: string