Create Technical Rules
POST/rules/technical
Starting with Release v23.11, you can use this REST API to effortlessly create new technical rules.
The Authorization
must have Bearer
followed by Token
.
Mandatory params:
ruleName
-detective
-birthright
-conditions
-actions
-removeBirthrightAccess
Optional params:
ruleDescription
-status
-organization
-owners
-ruletype
Request
- application/json
Body
Array [
]
Array [
]
Array [
]
actions
object[]
object string
objectAttribute string
objectType string
organization string
birthright boolean
conditions
object[]
attribute string
closeBracket string
condition string
conditionType string
nextCondition string
object string
objectValue string
openBracket string
detective boolean
owners
object[]
rank number
username string
removeBirthrightAccess boolean
ruleDescription string
ruleId number
ruleName string
ruleType number
status string
Responses
- 200
Creating Technical Rules
Response Headers
Access-Control-Allow-Credentials
string
Access-Control-Allow-Origin
string
Cache-Control
string
Content-Security-Policy
string
Date
string
Expires
string
Permissions-Policy
string
Referrer-Policy
string
Set-Cookie
string
Strict-Transport-Security
string
X-Content-Type-Options
string
- application/json
- Schema
- Example (from schema)
- Creating Technical Rules
Schema
msg string
{
"msg": "Rule Insterted Successfully"
}
{
"msg": "Rule Insterted Successfully"
}
Loading...