Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/MetricResponse.md
2025-02-03 22:09:17 +00:00

887 B

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
beta-metric-response MetricResponse MetricResponse MetricResponse powershellsdk
powershell
PowerShell
sdk
MetricResponse
BetaMetricResponse
/tools/sdk/powershell/beta/models/metric-response
SDK
Software Development Kit
MetricResponse
BetaMetricResponse

MetricResponse

Properties

Name Type Description Notes
Name String the name of metric [optional]
Value Decimal the 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]