Skip to main content

Argument

Properties

NameTypeDescriptionNotes
NameStringthe name of the argument[required]
DescriptionStringthe description of the argument[optional]
TypeStringthe programmatic type of the argument[optional]

Examples

  • Prepare the resource
$Argument = Initialize-PSSailpoint.V2024Argument  -Name firstName `
-Description the first name of the identity `
-Type String
  • Convert the resource to JSON
$Argument | ConvertTo-JSON

[Back to top]