Access Policy Assignment
An Object
Note |
Parent
This Access Policy Assignment is contained within a Platform.
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 | |
policyId | string | No | ||
targetId | string | No | ||
targetRef | string | No | ||
targetType | string | No |
Schema
{
"type": "object",
"extends": "document",
"description": "Access Policy Assignment",
"container": "platform",
"properties": {
"policyId": {
"type": "string"
},
"targetType": {
"type": "string"
},
"targetId": {
"type": "string"
},
"targetRef": {
"type": "string"
},
"_doc": null,
"_system": null
},
"id": "accessPolicyAssignment"
}