Skip to main content

AttributeRequest

Properties

NameTypeDescriptionNotes
namestrAttribute name.[optional]
opstrOperation to perform on attribute.[optional]
valueAttributeRequestValue[optional]
}

Example

from sailpoint.v2024.models.attribute_request import AttributeRequest

attribute_request = AttributeRequest(
name='groups',
op='Add',
value=
)

[Back to top]