onvif
    Preparing search index...

    Interface SecurityCapabilities

    interface SecurityCapabilities {
        accessPolicyConfig: boolean;
        extension?: SecurityCapabilitiesExtension;
        kerberosToken: boolean;
        onboardKeyGeneration: boolean;
        RELToken: boolean;
        SAMLToken: boolean;
        "TLS1.1": boolean;
        "TLS1.2": boolean;
        "X.509Token": boolean;
    }
    Index
    accessPolicyConfig: boolean

    Indicates whether or not access policy configuration is supported.

    kerberosToken: boolean

    Indicates whether or not WS-Security Kerberos token is supported.

    onboardKeyGeneration: boolean

    Indicates whether or not onboard key generation is supported.

    RELToken: boolean

    Indicates whether or not WS-Security REL token is supported.

    SAMLToken: boolean

    Indicates whether or not WS-Security SAML token is supported.

    "TLS1.1": boolean

    Indicates whether or not TLS 1.1 is supported.

    "TLS1.2": boolean

    Indicates whether or not TLS 1.2 is supported.

    "X.509Token": boolean

    Indicates whether or not WS-Security X.509 token is supported.