mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 20:37:50 +00:00
21 lines
575 B
YAML
21 lines
575 B
YAML
type: object
|
|
nullable: true
|
|
properties:
|
|
type:
|
|
type: string
|
|
description: The type can only be IDENTITY. This is read-only
|
|
example: IDENTITY
|
|
id:
|
|
type: string
|
|
description: Identity id.
|
|
example: 5168015d32f890ca15812c9180835d2e
|
|
name:
|
|
type: string
|
|
description: Human-readable display name of identity. This is read-only
|
|
example: "Alison Ferguso"
|
|
email:
|
|
type: string
|
|
description: Email address of identity. This is read-only
|
|
example: "alison.ferguso@identitysoon.com"
|
|
|