Skip to main content

ListDeploys200Response

Properties

NameTypeDescriptionNotes
Items[]DeployResponselist of deployments[optional]

Examples

  • Prepare the resource
$ListDeploys200Response = Initialize-PSSailpoint.V2024ListDeploys200Response  -Items null
  • Convert the resource to JSON
$ListDeploys200Response | ConvertTo-JSON

[Back to top]