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-Featurevaluedto  -Feature department `
-Numerator 14 `
-Denominator 14
  • Convert the resource to JSON
$Featurevaluedto | ConvertTo-JSON

[Back to top]