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

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

[Back to top]