Check Multiple Authorities In
An Object
Note |
Properties
The following properties are available:
Property | Type | Default | Read-Only | Description |
---|---|---|---|---|
checks | array | No |
Schema
{
"type": "object",
"description": "Check Multiple Authorities In",
"properties": {
"checks": {
"type": "array",
"items": {
"type": "object",
"properties": {
"permissionedId": {
"type": "string"
},
"principalId": {
"type": "string"
},
"authorityId": {
"type": "string"
}
}
}
}
},
"id": "checkMultipleAuthorities_In"
}