Skip to main content

FeatureValueDto

Properties

NameTypeDescriptionNotes
FeatureStringThe type of feature[optional]
NumeratorInt32The number of identities that have access to the feature[optional]
DenominatorInt32The number of identities with the corresponding feature[optional]

Examples

  • Prepare the resource
$FeatureValueDto = Initialize-PSSailpoint.V2024FeatureValueDto  -Feature department `
-Numerator 14 `
-Denominator 14
  • Convert the resource to JSON
$FeatureValueDto | ConvertTo-JSON

[Back to top]