Authority Map
An Object
Note |
Properties
The following properties are available:
Property | Type | Default | Read-Only | Description |
---|---|---|---|---|
principals | array | No |
Schema
{
"type": "object",
"description": "Authority Map",
"properties": {
"principals": {
"type": "array",
"items": {
"type": "string",
"description": "Domain Qualified Principal ID"
}
}
},
"id": "principalids"
}