Skip to content

Enum: ScimStateIdEnum

The normalized state ID of the SCIM resource to reflect its activation status.

URI: ocsf:ScimStateIdEnum

Permissible Values

Value Meaning Description
UNKNOWN None The provisioning state of the SCIM resource is unknown
PENDING None The SCIM resource is Pending activation or creation
ACTIVE None The SCIM resource is in an Active state, or otherwise enabled
FAILED None The SCIM resource is in a Failed state
DELETED None The SCIM resource is in a Deleted state, or otherwise disabled
OTHER None The provisioning state of the SCIM resource is not mapped

Slots

Name Description
state_id The normalized state ID of the SCIM resource to reflect its activation status

Identifier and Mapping Information

Schema Source

LinkML Source

name: ScimStateIdEnum
description: The normalized state ID of the SCIM resource to reflect its activation
  status.
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
  UNKNOWN:
    text: UNKNOWN
    description: The provisioning state of the SCIM resource is unknown.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '0'
      caption:
        tag: caption
        value: Unknown
  PENDING:
    text: PENDING
    description: The SCIM resource is Pending activation or creation.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '1'
      caption:
        tag: caption
        value: Pending
  ACTIVE:
    text: ACTIVE
    description: The SCIM resource is in an Active state, or otherwise enabled.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '2'
      caption:
        tag: caption
        value: Active
  FAILED:
    text: FAILED
    description: The SCIM resource is in a Failed state.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '3'
      caption:
        tag: caption
        value: Failed
  DELETED:
    text: DELETED
    description: The SCIM resource is in a Deleted state, or otherwise disabled.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '4'
      caption:
        tag: caption
        value: Deleted
  OTHER:
    text: OTHER
    description: 'The provisioning state of the SCIM resource is not mapped. See the

      <code>state</code> attribute, which contains a data source specific value.'
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '99'
      caption:
        tag: caption
        value: Other