Skip to main content

AttributeMappingsAllOfTransformDefinitionAttributesInputAttributes

Properties

NameTypeDescriptionNotes
AttributeNameStringThe name of attribute[optional]
SourceNameStringName of the Source[optional]
NameStringID of the Source[optional]

Examples

  • Prepare the resource
$AttributeMappingsAllOfTransformDefinitionAttributesInputAttributes = Initialize-PSSailpoint.V2024AttributeMappingsAllOfTransformDefinitionAttributesInputAttributes  -AttributeName givenName `
-SourceName delimited-src `
-Name 8d3e0094e99445de98eef6c75e25jc04
  • Convert the resource to JSON
$AttributeMappingsAllOfTransformDefinitionAttributesInputAttributes | ConvertTo-JSON

[Back to top]