mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 12:27:47 +00:00
910 B
910 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-attribute-request | AttributeRequest | AttributeRequest | AttributeRequest | pythonsdk |
|
/tools/sdk/python/v2024/models/attribute-request |
|
AttributeRequest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| name | str | Attribute name. | [optional] |
| op | str | Operation to perform on attribute. | [optional] |
| value | AttributeRequestValue | [optional] | |
| } |
Example
from sailpoint.v2024.models.attribute_request import AttributeRequest
attribute_request = AttributeRequest(
name='groups',
op='Add',
value=
)