Skip to content

Enum: IdpStateIdEnum

The normalized state ID of the Identity Provider to reflect its configuration

or activation status.

URI: ocsf:IdpStateIdEnum

Permissible Values

Value Meaning Description
UNKNOWN None The configuration state of the Identity Provider is unknown
ACTIVE None The Identity Provider is in an Active state, or otherwise enabled
SUSPENDED None The Identity Provider is in a Suspended state
DEPRECATED None The Identity Provider is in a Deprecated state, or is otherwise disabled
DELETED None The Identity Provider is in a Deleted state
OTHER None The configuration state of the Identity Provider is not mapped

Slots

Name Description
state_id The normalized state ID of the Identity Provider to reflect its configuration

Identifier and Mapping Information

Schema Source

LinkML Source

name: IdpStateIdEnum
description: 'The normalized state ID of the Identity Provider to reflect its configuration

  or activation status.'
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
  UNKNOWN:
    text: UNKNOWN
    description: The configuration state of the Identity Provider is unknown.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '0'
      caption:
        tag: caption
        value: Unknown
  ACTIVE:
    text: ACTIVE
    description: The Identity Provider is in an Active state, or otherwise enabled.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '1'
      caption:
        tag: caption
        value: Active
  SUSPENDED:
    text: SUSPENDED
    description: The Identity Provider is in a Suspended state.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '2'
      caption:
        tag: caption
        value: Suspended
  DEPRECATED:
    text: DEPRECATED
    description: The Identity Provider is in a Deprecated state, or is otherwise disabled.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '3'
      caption:
        tag: caption
        value: Deprecated
  DELETED:
    text: DELETED
    description: The Identity Provider is in a Deleted state.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '4'
      caption:
        tag: caption
        value: Deleted
  OTHER:
    text: OTHER
    description: 'The configuration state of the Identity Provider 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