onvif
    Preparing search index...

    Interface AccessPoint

    The AccessPoint structure shall include all properties of the AccessPointInfo structure, a reference to an authentication profile instance, and optionally a number of input and output devices.

    interface AccessPoint {
        areaFrom?: string;
        areaTo?: string;
        authenticationProfileToken?: string;
        capabilities: AccessPointCapabilities;
        description?: string;
        entity: string;
        entityType?: unknown;
        extension?: AccessPointExtension;
        name: string;
        token: string;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index
    areaFrom?: string

    Optional reference to the Area from which access is requested.

    areaTo?: string

    Optional reference to the Area to which access is requested.

    authenticationProfileToken?: string

    A reference to an authentication profile which defines the authentication behavior of the access point.

    The capabilities for the AccessPoint.

    description?: string

    Optional user readable description for the AccessPoint. It shall be up to 1024 characters.

    entity: string

    Reference to the entity used to control access; the entity type may be specified by the optional EntityType field explained below but is typically a Door.

    entityType?: unknown

    Optional entity type; if missing, a Door type as defined by [ONVIF Door Control Service Specification] should be assumed. This can also be represented by the QName value "tdc:Door" – where tdc is the namespace of the door control service: "http://www.onvif.org/ver10/doorcontrol/wsdl". This field is provided for future extensions; it will allow an access point being extended to cover entity types other than doors as well.

    name: string

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

    token: string

    A service-unique identifier of the item.