Skip to content

Enum: SshActivityAuthTypeIdEnum

The normalized identifier of the SSH authentication type.

URI: ocsf:SshActivityAuthTypeIdEnum

Permissible Values

Value Meaning Description
UNKNOWN None Unknown
CERTIFICATE_BASED None Authentication using digital certificates
GSSAPI None GSSAPI for centralized authentication
HOST_BASED None Authentication based on the client host's identity
KEYBOARD_INTERACTIVE None Multi-step, interactive authentication
PASSWORD None Password Authentication
PUBLIC_KEY None Paired public key authentication
OTHER None Other

Slots

Name Description
auth_type_id The normalized identifier of the SSH authentication type

Identifier and Mapping Information

Schema Source

LinkML Source

name: SshActivityAuthTypeIdEnum
description: The normalized identifier of the SSH authentication type.
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
  UNKNOWN:
    text: UNKNOWN
    description: Unknown
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '0'
      caption:
        tag: caption
        value: Unknown
  CERTIFICATE_BASED:
    text: CERTIFICATE_BASED
    description: Authentication using digital certificates.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '1'
      caption:
        tag: caption
        value: Certificate Based
  GSSAPI:
    text: GSSAPI
    description: GSSAPI for centralized authentication.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '2'
      caption:
        tag: caption
        value: GSSAPI
  HOST_BASED:
    text: HOST_BASED
    description: Authentication based on the client host's identity.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '3'
      caption:
        tag: caption
        value: Host Based
  KEYBOARD_INTERACTIVE:
    text: KEYBOARD_INTERACTIVE
    description: Multi-step, interactive authentication.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '4'
      caption:
        tag: caption
        value: Keyboard Interactive
  PASSWORD:
    text: PASSWORD
    description: Password Authentication.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '5'
      caption:
        tag: caption
        value: Password
  PUBLIC_KEY:
    text: PUBLIC_KEY
    description: Paired public key authentication.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '6'
      caption:
        tag: caption
        value: Public Key
  OTHER:
    text: OTHER
    description: Other
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '99'
      caption:
        tag: caption
        value: Other