Domain Group
An Object
Note |
Parent
This Domain Group 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 | ||
name | string | No | ||
type | string | No |
Schema
{
"type": "object",
"extends": "principal",
"description": "Domain Group",
"container": "domain",
"properties": {
"name": null,
"type": null,
"authorities": null,
"_doc": null,
"_system": null
},
"id": "group"
}