Enum: AuthTypeIdEnum
The normalized identifier of the agreed upon authentication type. See specific
usage.
URI: ocsf:AuthTypeIdEnum
Permissible Values
| Value | Meaning | Description |
|---|---|---|
| UNKNOWN | None | The authentication type is unknown |
| OTHER | None | The authentication type is not mapped |
Slots
| Name | Description |
|---|---|
| auth_type_id | The normalized identifier of the agreed upon authentication type |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/ocsf
LinkML Source
name: AuthTypeIdEnum
description: 'The normalized identifier of the agreed upon authentication type. See
specific
usage.'
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
UNKNOWN:
text: UNKNOWN
description: The authentication type is unknown.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '0'
caption:
tag: caption
value: Unknown
OTHER:
text: OTHER
description: 'The authentication type is not mapped. See the <code>auth_type</code>
attribute, which contains a data source specific value.'
annotations:
ocsf_uid:
tag: ocsf_uid
value: '99'
caption:
tag: caption
value: Other