mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 04:19:34 +00:00
1.0 KiB
1.0 KiB
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-feature-value-dto | FeatureValueDto | FeatureValueDto | FeatureValueDto | powershellsdk |
|
/tools/sdk/powershell/beta/models/feature-value-dto |
|
FeatureValueDto
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Feature | String | The type of feature | [optional] |
| Numerator | Int32 | The number of identities that have access to the feature | [optional] |
| Denominator | Int32 | The number of identities with the corresponding feature | [optional] |
Examples
- Prepare the resource
$FeatureValueDto = Initialize-BetaFeatureValueDto -Feature department `
-Numerator 14 `
-Denominator 14
- Convert the resource to JSON
$FeatureValueDto | ConvertTo-JSON