Mutex
The Mutex object represents the properties of a mutual exclusion (mutex) object.
Properties
Required Common Properties
typeidname
Optional Common Properties
spec_versionobject_marking_refsgranular_markingsdefangedextensions
Not Applicable
created_by_refrevokedlabelsconfidencelangexternal_references
Mutex Specific
name
Property | Type | Description |
---|---|---|
type optional | string | The value of this property MUST be `mutex`. |
name required | string | Specifies the name of the mutex object. |
Examples
{
"type": "mutex",
"spec_version": "2.1",
"id": "mutex--eba44954-d4e4-5d3b-814c-2b17dd8de300",
"name": "__CLEANSWEEP__"
}