onvif
    Preparing search index...

    Interface CredentialAccessProfile

    The association between a credential and an access profile.

    interface CredentialAccessProfile {
        accessProfileToken: string;
        validFrom?: Date;
        validTo?: Date;
    }
    Index
    accessProfileToken: string

    The reference token of the associated access profile.

    validFrom?: Date

    The start date/time of the validity for the association between the credential and the access profile. If the ValiditySupportsTimeValue capability is set to false, then only date is supported (time is ignored).

    validTo?: Date

    The end date/time of the validity for the association between the credential and the access profile. If the ValiditySupportsTimeValue capability is set to false, then only date is supported (time is ignored).