MatterSpecification.v13.Core § 11.14.5.6

interface SecurityPolicy {
    flags: number;
    rotationTime: number;
}

Hierarchy (view full)

Properties

Properties

flags: number

This field shall specify the flags as specified in Thread 1.3.0 section 8.10.1.15. Null when there is no dataset configured.

MatterSpecification.v13.Core § 11.14.5.6.2

rotationTime: number

This field shall specify the interval of time, in hours, that Thread security keys are rotated. Null when there is no dataset configured.

MatterSpecification.v13.Core § 11.14.5.6.1