Skip to content

Enum: AuthProtocolIdEnum

The normalized identifier of the authentication protocol used to create the

user session.

URI: ocsf:AuthProtocolIdEnum

Permissible Values

Value Meaning Description
UNKNOWN None The authentication protocol is unknown
NTLM None NTLM
KERBEROS None Kerberos
DIGEST None Digest
OPENID None OpenID
SAML None SAML
OAUTH_2_0 None OAUTH 2
PAP None PAP
CHAP None CHAP
EAP None EAP
RADIUS None RADIUS
BASIC_AUTHENTICATION None Basic Authentication
LDAP None LDAP
OTHER None The authentication protocol is not mapped

Slots

Name Description
auth_protocol_id The normalized identifier of the authentication protocol used to create the

Identifier and Mapping Information

Schema Source

LinkML Source

name: AuthProtocolIdEnum
description: 'The normalized identifier of the authentication protocol used to create
  the

  user session.'
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
  UNKNOWN:
    text: UNKNOWN
    description: The authentication protocol is unknown.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '0'
      caption:
        tag: caption
        value: Unknown
  NTLM:
    text: NTLM
    description: NTLM
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '1'
      caption:
        tag: caption
        value: NTLM
  KERBEROS:
    text: KERBEROS
    description: Kerberos
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '2'
      caption:
        tag: caption
        value: Kerberos
  DIGEST:
    text: DIGEST
    description: Digest
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '3'
      caption:
        tag: caption
        value: Digest
  OPENID:
    text: OPENID
    description: OpenID
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '4'
      caption:
        tag: caption
        value: OpenID
  SAML:
    text: SAML
    description: SAML
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '5'
      caption:
        tag: caption
        value: SAML
  OAUTH_2_0:
    text: OAUTH_2_0
    description: OAUTH 2.0
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '6'
      caption:
        tag: caption
        value: OAUTH 2.0
  PAP:
    text: PAP
    description: PAP
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '7'
      caption:
        tag: caption
        value: PAP
  CHAP:
    text: CHAP
    description: CHAP
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '8'
      caption:
        tag: caption
        value: CHAP
  EAP:
    text: EAP
    description: EAP
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '9'
      caption:
        tag: caption
        value: EAP
  RADIUS:
    text: RADIUS
    description: RADIUS
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '10'
      caption:
        tag: caption
        value: RADIUS
  BASIC_AUTHENTICATION:
    text: BASIC_AUTHENTICATION
    description: Basic Authentication
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '11'
      caption:
        tag: caption
        value: Basic Authentication
  LDAP:
    text: LDAP
    description: LDAP
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '12'
      caption:
        tag: caption
        value: LDAP
  OTHER:
    text: OTHER
    description: 'The authentication protocol is not mapped. See the <code>auth_protocol</code>

      attribute, which contains a data source specific value.'
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '99'
      caption:
        tag: caption
        value: Other