Skip to main content

Metricresponse

Properties

NameTypeDescriptionNotes
namestrthe name of metric[optional]
valuefloatthe value associated to the metric[optional]
}

Example

from sailpoint.identity_history.models.metricresponse import Metricresponse

metricresponse = Metricresponse(
name='',
value=1.337
)

[Back to top]