Skip to main content

AttributeRequest

Properties

NameTypeDescriptionNotes
NameStringAttribute name.[optional]
OpStringOperation to perform on attribute.[optional]
ValueAttributeRequestValue[optional]

Examples

  • Prepare the resource
$AttributeRequest = Initialize-PSSailpoint.V2024AttributeRequest  -Name groups `
-Op Add `
-Value null
  • Convert the resource to JSON
$AttributeRequest | ConvertTo-JSON

[Back to top]