onvif
    Preparing search index...

    Interface AccessProfile

    The access profile structure contains information about the collection of access policies. The device shall include all properties of the AccessProfileInfo structure and also a list of access policies.

    interface AccessProfile {
        accessPolicy?: AccessPolicy[];
        description?: string;
        extension?: AccessProfileExtension;
        name: string;
        token: string;
    }

    Hierarchy (View Summary)

    Index
    accessPolicy?: AccessPolicy[]

    A list of access policy structures, where each access policy defines during which schedule an access point can be accessed.

    description?: string

    User readable description for the access profile. It shall be up to 1024 characters.

    name: string

    A user readable name. It shall be up to 64 characters.

    token: string

    A service-unique identifier of the item.