Skip to main content

AttributemappingsAllOfTransformDefinitionAttributesInput

Properties

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

Examples

  • Prepare the resource
$AttributemappingsAllOfTransformDefinitionAttributesInput = Initialize-AttributemappingsAllOfTransformDefinitionAttributesInput  -Type accountAttribute `
-Attributes null
  • Convert the resource to JSON
$AttributemappingsAllOfTransformDefinitionAttributesInput | ConvertTo-JSON

[Back to top]