Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/MetricResponse.md
2025-05-07 14:37:48 +00:00

880 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
v2024-metric-response MetricResponse MetricResponse MetricResponse powershellsdk
powershell
PowerShell
sdk
MetricResponse
V2024MetricResponse
/tools/sdk/powershell/v2024/models/metric-response
SDK
Software Development Kit
MetricResponse
V2024MetricResponse

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-V2024MetricResponse  -Name null `
 -Value null
  • Convert the resource to JSON
$MetricResponse | ConvertTo-JSON

[Back to top]