Skip to main content

ContextAttributeDto

Properties

NameTypeDescriptionNotes
AttributeStringThe name of the attribute[optional]
ValueContextAttributeDtoValue[optional]
DerivedBooleanTrue if the attribute was derived.[optional] [default to $false]

Examples

  • Prepare the resource
$ContextAttributeDto = Initialize-PSSailpoint.BetaContextAttributeDto  -Attribute location `
-Value null `
-Derived false
  • Convert the resource to JSON
$ContextAttributeDto | ConvertTo-JSON

[Back to top]