Files
developer.sailpoint.com/docs/tools/sdk/python/Reference/V3/Models/AttributeRequestValue.md
2025-03-10 11:34:32 -04:00

749 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
attribute-request-value AttributeRequestValue AttributeRequestValue AttributeRequestValue pythonsdk
python
Python
sdk
AttributeRequestValue
AttributeRequestValue
/tools/sdk/python/v3/models/attribute-request-value
SDK
Software Development Kit
AttributeRequestValue
AttributeRequestValue

AttributeRequestValue

Value of attribute.

Properties

Name Type Description Notes
}

Example

from sailpoint.v3.models.attribute_request_value import AttributeRequestValue

attribute_request_value = AttributeRequestValue(
)

[Back to top]