Skip to main content

Get Access Model Metadata Value

GET 

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

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 single Access Model Metadata Attribute Value

Request

Path Parameters

    key stringrequired

    Technical name of the Attribute.

    Example: iscPrivacy
    value stringrequired

    Technical name of the Attribute value.

    Example: public

Header Parameters

    X-SailPoint-Experimental stringrequired

    Default value: true

    Use this header to enable this experimental API.

    Example: true

Responses

OK

Schema

    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...