AttributeDTOList
Properties
Name | Type | Description | Notes |
---|---|---|---|
attributes | []AttributeDTO | [optional] | |
} |
Example
from sailpoint.v3.models.attribute_dto_list import AttributeDTOList
attribute_dto_list = AttributeDTOList(
attributes=[{key=iscPrivacy, name=Privacy, multiselect=false, status=active, type=governance, objectTypes=[all], description=Specifies the level of privacy associated with an access item., values=[{value=public, name=Public, status=active}]}]
)