Skip to main content

AttributeMappingsAllOfTransformDefinition

Properties

NameTypeDescriptionNotes
TypeStringThe type of transform[optional]
AttributesAttributeMappingsAllOfTransformDefinitionAttributes[optional]
IdStringTransform Operation[optional]

Examples

  • Prepare the resource
$AttributeMappingsAllOfTransformDefinition = Initialize-PSSailpoint.V2024AttributeMappingsAllOfTransformDefinition  -Type reference `
-Attributes null `
-Id ToUpper
  • Convert the resource to JSON
$AttributeMappingsAllOfTransformDefinition | ConvertTo-JSON

[Back to top]