MAC Address
The MAC Address object represents a single Media Access Control (MAC) address.
Properties
Required Common Properties
typeid
Optional Common Properties
spec_versionobject_marking_refsgranular_markingsdefangedextensions
Not Applicable
created_by_refrevokedlabelsconfidencelangexternal_references
Mac Addr Specific
value
Property | Type | Description |
---|---|---|
type optional | string | The value of this property MUST be `mac-addr`. |
value optional | string | Specifies one or more mac addresses expressed using CIDR notation. |
Examples
{
"type": "mac-addr",
"spec_version": "2.1",
"id": "mac-addr--65cfcf98-8a6e-5a1b-8f61-379ac4f92d00",
"value": "d2:fb:49:24:37:18"
}