Enum: AuthenticationTokenTypeIdEnum
The normalized authentication token type identifier. This attribute restricts
the base token.type_id enum to only protocol-specific
authentication token types (values 0, 1-5, 99). API tokens and client tokens
(values 6-7) are not valid for authentication_token - use the base
token object for those types.
URI: ocsf:AuthenticationTokenTypeIdEnum
Permissible Values
| Value | Meaning | Description |
|---|---|---|
| UNKNOWN | None | The Authentication token type is unknown |
| TICKET_GRANTING_TICKET | None | Ticket Granting Ticket (TGT) for Kerberos |
| SERVICE_TICKET | None | Service Ticket (ST) for Kerberos |
| IDENTITY_TOKEN | None | Identity (ID) Token for OIDC |
| REFRESH_TOKEN | None | Refresh Token for OIDC |
| SAML_ASSERTION | None | Authentication Assertion for SAML |
| OTHER | None | Other |
Slots
| Name | Description |
|---|---|
| type_id | The normalized authentication token type identifier |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/ocsf
LinkML Source
name: AuthenticationTokenTypeIdEnum
description: 'The normalized authentication token type identifier. This attribute
restricts
the base <code>token.type_id</code> enum to only protocol-specific
authentication token types (values 0, 1-5, 99). API tokens and client tokens
(values 6-7) are not valid for <code>authentication_token</code> - use the base
<code>token</code> object for those types.'
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
UNKNOWN:
text: UNKNOWN
description: The Authentication token type is unknown.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '0'
caption:
tag: caption
value: Unknown
TICKET_GRANTING_TICKET:
text: TICKET_GRANTING_TICKET
description: Ticket Granting Ticket (TGT) for Kerberos.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '1'
caption:
tag: caption
value: Ticket Granting Ticket
SERVICE_TICKET:
text: SERVICE_TICKET
description: Service Ticket (ST) for Kerberos.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '2'
caption:
tag: caption
value: Service Ticket
IDENTITY_TOKEN:
text: IDENTITY_TOKEN
description: Identity (ID) Token for OIDC.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '3'
caption:
tag: caption
value: Identity Token
REFRESH_TOKEN:
text: REFRESH_TOKEN
description: Refresh Token for OIDC.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '4'
caption:
tag: caption
value: Refresh Token
SAML_ASSERTION:
text: SAML_ASSERTION
description: Authentication Assertion for SAML.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '5'
caption:
tag: caption
value: SAML Assertion
OTHER:
text: OTHER
description: Other
annotations:
ocsf_uid:
tag: ocsf_uid
value: '99'
caption:
tag: caption
value: Other