onvif
    Preparing search index...

    Interface ConfigurationRenewal

    interface ConfigurationRenewal {
        authorizationServer: string;
        certPathValidationPolicyID?: string;
        error?: string;
        renewalEndpoint: string;
    }
    Index
    authorizationServer: string

    AuthorizationServer token referring to the server that provides access tokens to authorize with the the renewal endpoint.

    certPathValidationPolicyID?: string

    CertPathValidationPolicyID used to validate the renewal endpoint server certificate. If not configured, server certificate validation behavior is undefined and the device may either apply a vendor specific default validation policy or skip validation at all.

    error?: string

    Optional user readable error information (readonly).

    renewalEndpoint: string

    Remote URL to be queried by the device to renew the storage configuration.