Skip to content

Enum: DomainContactTypeIdEnum

The normalized domain contact type ID.

URI: ocsf:DomainContactTypeIdEnum

Permissible Values

Value Meaning Description
REGISTRANT None The contact information provided is for the domain registrant
ADMINISTRATIVE None The contact information provided is for the domain administrator
TECHNICAL None The contact information provided is for the domain technical lead
BILLING None The contact information provided is for the domain billing lead
ABUSE None The contact information provided is for the domain abuse contact
UNKNOWN None The type is unknown
OTHER None The type is not mapped

Slots

Name Description
type_id The normalized domain contact type ID

Identifier and Mapping Information

Schema Source

LinkML Source

name: DomainContactTypeIdEnum
description: The normalized domain contact type ID.
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
  REGISTRANT:
    text: REGISTRANT
    description: The contact information provided is for the domain registrant.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '1'
      caption:
        tag: caption
        value: Registrant
  ADMINISTRATIVE:
    text: ADMINISTRATIVE
    description: The contact information provided is for the domain administrator.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '2'
      caption:
        tag: caption
        value: Administrative
  TECHNICAL:
    text: TECHNICAL
    description: The contact information provided is for the domain technical lead.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '3'
      caption:
        tag: caption
        value: Technical
  BILLING:
    text: BILLING
    description: The contact information provided is for the domain billing lead.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '4'
      caption:
        tag: caption
        value: Billing
  ABUSE:
    text: ABUSE
    description: The contact information provided is for the domain abuse contact.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '5'
      caption:
        tag: caption
        value: Abuse
  UNKNOWN:
    text: UNKNOWN
    description: The type is unknown.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '0'
      caption:
        tag: caption
        value: Unknown
  OTHER:
    text: OTHER
    description: 'The type is not mapped. See the <code>type</code> attribute, which
      contains a

      data source specific value.'
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '99'
      caption:
        tag: caption
        value: Other