onvif
    Preparing search index...

    Interface AccessProfileInfo

    The AccessProfileInfo structure contains basic information about an access profile. The device shall provide the following fields for each access profile instance.

    interface AccessProfileInfo {
        description?: string;
        name: string;
        token: string;
    }

    Hierarchy (View Summary)

    Index
    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.