Domain User
An Object
Note |
Parent
This Domain User is contained within a Domain.
Properties
The following properties are available:
Property | Type | Default | Read-Only | Description |
---|---|---|---|---|
_doc | string | No | The primary ID | |
_system | object | No | Metadata maintained by the system | |
authorities | array | No | ||
directoryId | string | No | ||
string | No | |||
identityId | string | No | ||
invitedDomainId | string | No | ||
invitedPrincipalId | string | No | ||
name | string | No | ||
type | string | No |
Schema
{
"type": "object",
"extends": "principal",
"description": "Domain User",
"container": "domain",
"properties": {
"email": {
"type": "string"
},
"directoryId": {
"type": "string"
},
"identityId": {
"type": "string"
},
"invitedDomainId": {
"type": "string"
},
"invitedPrincipalId": {
"type": "string"
},
"name": null,
"type": null,
"authorities": null,
"_doc": null,
"_system": null
},
"id": "user"
}