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.v3.models.attribute_request import AttributeRequest
attribute_request = AttributeRequest(
name='groups',
op='Add',
value=
)