post /systemrule/license/audit/matrix
Stability index
This API is extremely reliable and will not be broken unless absolutely necessary.
Request body
- auditparameters (required)
- AuditMatrixParameters
Return type
Example data
Content-Type: application/json
{
"schemaPath" : "schemaPath",
"subjects" : {
"key" : {
"privileges" : [ "privileges", "privileges" ],
"schemaPath" : "schemaPath",
"subjectProperties" : {
"key" : "subjectProperties"
}
}
},
"resources" : {
"key" : {
"privileges" : [ "privileges", "privileges" ],
"resourceProperties" : {
"key" : "resourceProperties"
},
"schemaPath" : "schemaPath"
}
},
"matrix" : [ {
"resourceId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"audit" : {
"key" : 0
},
"schemaPath" : "schemaPath",
"subjectId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
}, {
"resourceId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"audit" : {
"key" : 0
},
"schemaPath" : "schemaPath",
"subjectId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
} ]
}
Responses
- 201
- Created