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

    Interface MobSecurityCertPinConfigMetadata

    interface MobSecurityCertPinConfigMetadata {
        certificateHash: string;
        domainName: string;
        fullName?: string;
        isEnabled: boolean;
        isProtected?: boolean;
        isSubdomainIncluded: boolean;
        masterLabel: string;
        mobilePlatform?: MobileSecurityMobilePlatform;
        mobileSecurityAssignment?: string;
        severityLevel: MobileSecurityPolicySeverityLevel;
        type: MobileSecurityCertPinType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    certificateHash: string
    domainName: string
    fullName?: string
    isEnabled: boolean
    isProtected?: boolean
    isSubdomainIncluded: boolean
    masterLabel: string
    mobileSecurityAssignment?: string