Skip to main content

Get Entitlement Values For Endpoint

POST 

/getEntitlementValuesForEndpoint

This method returns a List of "EntitlementValues" for a specific endpoint in SSM.

The Authorization must have Bearer followed by Token.

Mandatory params: endpoint

Optional params: entitlementType, max, offset, entownerwithrank - if "true", returns the list of owners with owner rank for every entitlementValue returnentitlementmap(true/false,default:false) - If true, entitlementmap details will be returned

Request

Body

    endpoint string
    entitlementType string
    entownerwithrank string

Responses

Get Entitlement Values For Endpoint / Get Entitlement Values For Endpoint 2

Response Headers

  • Access-Control-Allow-Credentials

    string

  • Access-Control-Allow-Origin

    string

  • Cache-Control

    string

  • Date

    string

  • Expires

    string

  • Referrer-Policy

    string

  • Server

    string

  • Set-Cookie

    string

  • Strict-Transport-Security

    string

  • X-Content-Type-Options

    string

  • X-Frame-Options

    string

Schema

    Entitlementdetails

    object[]

  • Array [

  • entitlement_valuekey string
    entitlementID string
    access string
    confidentiality string
    customproperty1 string
    customproperty20 string
    customproperty3 string
    customproperty8 string
    description string
    displayname string
    endpoint string

    entitlementOwner

    object

    anyOf

  • Array [

  • string

  • ]

  • entitlementType string
    entitlement_glossary string
    entitlement_value string
    module string
    priviliged string
    requestForm string
    risk string
    soxcritical string
    status string
    syscritical string
    updatedate string
    updateuser string
  • ]

  • entitlementsCount number
    errorCode string
    msg string
    statusCode number
    totalEntitlementCount number
Loading...