Skip to main content

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

Body

    actions

    object[]

  • Array [

  • object string
    objectAttribute string
    objectType string
    organization string
  • ]

  • birthright boolean

    conditions

    object[]

  • Array [

  • attribute string
    closeBracket string
    condition string
    conditionType string
    nextCondition string
    object string
    objectValue string
    openBracket string
  • ]

  • detective boolean

    owners

    object[]

  • Array [

  • rank number
    username string
  • ]

  • removeBirthrightAccess boolean
    ruleDescription string
    ruleId number
    ruleName string
    ruleType number
    status string

Responses

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

Schema

    msg string
Loading...