Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/MetricResponse.md
2025-01-28 13:29:29 -05:00

916 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 Pointer to String the name of metric [optional]
Value Pointer to Decimal the value associated to the metric [optional]

Examples

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

[Back to top]