--- id: attribute-request-value title: AttributeRequestValue pagination_label: AttributeRequestValue sidebar_label: AttributeRequestValue sidebar_class_name: pythonsdk keywords: ['python', 'Python', 'sdk', 'AttributeRequestValue', 'AttributeRequestValue'] slug: /tools/sdk/python/v3/models/attribute-request-value tags: ['SDK', 'Software Development Kit', 'AttributeRequestValue', 'AttributeRequestValue'] --- # AttributeRequestValue Value of attribute. ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- } ## Example ```python from sailpoint.v3.models.attribute_request_value import AttributeRequestValue attribute_request_value = AttributeRequestValue( ) ``` [[Back to top]](#)