Skip to content

Enum: DeviceConfigStateChangeStateIdEnum

The Config Change State of the managed entity.

URI: ocsf:DeviceConfigStateChangeStateIdEnum

Permissible Values

Value Meaning Description
UNKNOWN None The Config Change state is unknown
DISABLED None Config State Changed to Disabled
ENABLED None Config State Changed to Enabled
OTHER None The Config Change is not mapped

Slots

Name Description
state_id The Config Change State of the managed entity

Identifier and Mapping Information

Schema Source

LinkML Source

name: DeviceConfigStateChangeStateIdEnum
description: The Config Change State of the managed entity.
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
  UNKNOWN:
    text: UNKNOWN
    description: The Config Change state is unknown.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '0'
      caption:
        tag: caption
        value: Unknown
  DISABLED:
    text: DISABLED
    description: Config State Changed to Disabled.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '1'
      caption:
        tag: caption
        value: Disabled
  ENABLED:
    text: ENABLED
    description: Config State Changed to Enabled.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '2'
      caption:
        tag: caption
        value: Enabled
  OTHER:
    text: OTHER
    description: 'The Config Change is not mapped. See the <code>state</code> attribute,
      which

      contains data source specific values.'
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '99'
      caption:
        tag: caption
        value: Other