Skip to main content

AttributeMappingsAllOfTransformDefinitionAttributesInput

Properties

NameTypeDescriptionNotes
TypeStringThe Type of Attribute[optional]
AttributesAttributeMappingsAllOfTransformDefinitionAttributesInputAttributes[optional]

Examples

  • Prepare the resource
$AttributeMappingsAllOfTransformDefinitionAttributesInput = Initialize-PSSailpoint.V2024AttributeMappingsAllOfTransformDefinitionAttributesInput  -Type accountAttribute `
-Attributes null
  • Convert the resource to JSON
$AttributeMappingsAllOfTransformDefinitionAttributesInput | ConvertTo-JSON

[Back to top]