Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2025/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
v2025-metric-response MetricResponse MetricResponse MetricResponse powershellsdk
powershell
PowerShell
sdk
MetricResponse
V2025MetricResponse
/tools/sdk/powershell/v2025/models/metric-response
SDK
Software Development Kit
MetricResponse
V2025MetricResponse

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

[Back to top]