Skip to main content

MetricResponse

Properties

NameTypeDescriptionNotes
NameStringthe name of metric[optional]
ValueDecimalthe value associated to the metric[optional]

Examples

  • Prepare the resource
$MetricResponse = Initialize-PSSailpoint.BetaMetricResponse  -Name null `
-Value null
  • Convert the resource to JSON
$MetricResponse | ConvertTo-JSON

[Back to top]