mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
merge changes from main and pull the latest from python docs
This commit is contained in:
@@ -18,7 +18,7 @@ Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**name** | **str** | Attribute name. | [optional]
|
||||
**op** | **str** | Operation to perform on attribute. | [optional]
|
||||
**value** | **str** | Value of attribute. | [optional]
|
||||
**value** | [**AttributeRequestValue**](attribute-request-value) | | [optional]
|
||||
}
|
||||
|
||||
## Example
|
||||
@@ -29,7 +29,7 @@ from sailpoint.v2024.models.attribute_request import AttributeRequest
|
||||
attribute_request = AttributeRequest(
|
||||
name='groups',
|
||||
op='Add',
|
||||
value='3203537556531076'
|
||||
value=
|
||||
)
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user