Skip to main content

Request to Create Entitlement Based Role

POST 

/createrequest

This API is used to create role of roletype "Entitlement", such as AzureAD/Unix Group in SSM.

The Authorization must have Bearer followed by Token.

Mandatory params:
accesstype - roles,
roletype - 6,
requesttype - create,
entitlementtype,
endpoint,
securitysystem
role_name customproperty22

Optional params:

requestor,
displayname,
description,
grouptype,
enablemail,
enablesecurity,
soxcritical,
syscritical,
priviliged,
confidentiality,

Note: From v23.8 onwards, the acceptable value for soxcritical, syscritical, priviliged and confidentiality will be critical, high, medium, low, and very low.

requestable,
comments,
owner -

  1. ownername - mandatory
  2. rank
  3. updatetype - optional, value can be 'add'

entitlements -

  1. entitlement_value - mandatory
  2. updatetype - optional, value can be 'add'

parententitlements -

  1. entitlement_value - mandatory
  2. entitlementType
  3. updatetype - add/remove

Request

Path Parameters

    path stringrequired

Body

    accesstype string
    confidentiality string
    customproperty22 string
    description string
    displayname string
    endpoint string
    entitlementtype string
    priviliged string
    requestor string
    requesttype string
    role_name string
    roletype string
    securitysystem string
    soxcritical string
    syscritical string

Responses

Request to Create AzureAD Group / new json

Response Headers

  • Access-Control-Allow-Credentials

    string

  • Access-Control-Allow-Origin

    string

  • Cache-Control

    string

  • Connection

    string

  • Content-Security-Policy

    string

  • Date

    string

  • Expires

    string

  • Permissions-Policy

    string

  • Pragma

    string

  • Referrer-Policy

    string

  • Set-Cookie

    string

  • Strict-Transport-Security

    string

  • Transfer-Encoding

    string

  • X-Content-Type-Options

    string

  • X-Frame-Options

    string

  • X-XSS-Protection

    string

Schema

    errorCode number
    msg string
    requestid string
    requestkey string
Loading...