MatterSpecification.v13.Core § 9.10.4.6

interface AccessControlExtension {
    data: Uint8Array;
    fabricIndex: FabricIndex;
}

Hierarchy (view full)

Properties

Properties

data: Uint8Array

This field may be used by manufacturers to store arbitrary TLV-encoded data related to a fabric’s Access Control Entries.

The contents shall consist of a top-level anonymous list; each list element shall include a profile-specific tag encoded in fully-qualified form.

Administrators may iterate over this list of elements, and interpret selected elements at their discretion. The content of each element is not specified, but may be coordinated among manufacturers at their discretion.

MatterSpecification.v13.Core § 9.10.4.6.1

fabricIndex: FabricIndex