onvif
    Preparing search index...

    Interface CredentialState

    The CredentialState structure contains information about the state of the credential and optionally the reason of why the credential was disabled.

    interface CredentialState {
        antipassbackState?: AntipassbackState;
        enabled: boolean;
        extension?: CredentialStateExtension;
        reason?: string;
    }
    Index
    antipassbackState?: AntipassbackState

    A structure indicating the anti-passback state. This field shall be supported if the ResetAntipassbackSupported capability is set to true.

    enabled: boolean

    True if the credential is enabled or false if the credential is disabled.

    reason?: string

    Predefined ONVIF reasons as mentioned in the section 5.4.2.7 of credential service specification document. For any other reason, free text can be used.