Files
developer.sailpoint.com/docs/tools/sdk/python/Reference/V2025/Models/AttributeRequestValue.md
2025-04-01 09:23:12 -04:00

771 B

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
v2025-attribute-request-value AttributeRequestValue AttributeRequestValue AttributeRequestValue pythonsdk
python
Python
sdk
AttributeRequestValue
V2025AttributeRequestValue
/tools/sdk/python/v2025/models/attribute-request-value
SDK
Software Development Kit
AttributeRequestValue
V2025AttributeRequestValue

AttributeRequestValue

Value of attribute.

Properties

Name Type Description Notes
}

Example

from sailpoint.v2025.models.attribute_request_value import AttributeRequestValue

attribute_request_value = AttributeRequestValue(
)

[Back to top]