Skip to main content

List Access Model Metadata Values

GET 

/access-model-metadata/attributes/:key/values

experimental

This API is currently in an experimental state. The API is subject to change based on feedback and further testing. You must include the X-SailPoint-Experimental header and set it to true to use this endpoint.

Get a list of Access Model Metadata Attribute Values

Request

Path Parameters

    key stringrequired

    Technical name of the Attribute.

    Example: iscPrivacy

Header Parameters

    X-SailPoint-Experimental stringrequired

    Default value: true

    Use this header to enable this experimental API.

    Example: true

Responses

OK

Schema

  • Array [

  • value string

    Technical name of the Attribute value. This is unique and cannot be changed after creation.

    name string

    The display name of the Attribute value.

    status string

    The status of the Attribute value.

  • ]

Loading...