Skip to main content

Fetch Dynamic Attributes

GET 

/fetchDynamicAttribute

This API fetches the dynamic attributes in SSM. The Authorization must have Bearer followed by Token. Optional params: securitysystem endpoint dynamicattributes max, offset, requesttype - can be ['ACCOUNT', 'PROPOSED ENTITLEMENT OWNER', 'ENTITLEMENT OWNER ATTESTATION', 'ROLE', 'SERVICE ACCOUNT','USER'], loggedinuser

Request

Body

    dynamicattributes string[]
    endpoint string[]
    max string
    offset string
    securitysystem string[]

Responses

Fetch Dynamic Attributes

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

Schema

    displaycount number

    dynamicattributes

    object[]

  • Array [

  • accountscolumn string
    actiontoperformwhenparentattributechanges string
    attributelable string
    attributename string
    attributetype string
    attributevalue string
    editable string
    endpoint string
    hideoncreate string
    hideonupdate string
    orderindex string
    parentattribute string
    requesttype string
    required string
    securitysystem string
    showonchild string
  • ]

  • errorcode string
    msg string
    totalcount number
Loading...