Argument
Properties
Name | Type | Description | Notes |
---|---|---|---|
Name | String | the name of the argument | [required] |
Description | String | the description of the argument | [optional] |
Type | String | the 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