Skip to main content

AttributeDTOList

Properties

NameTypeDescriptionNotes
Attributes[]AttributeDTO[optional]

Examples

  • Prepare the resource
$AttributeDTOList = Initialize-PSSailpoint.V2024AttributeDTOList  -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}]}]
  • Convert the resource to JSON
$AttributeDTOList | ConvertTo-JSON

[Back to top]