mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
1.7 KiB
1.7 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2025-outliers-contributing-feature-access-items | OutliersContributingFeatureAccessItems | OutliersContributingFeatureAccessItems | OutliersContributingFeatureAccessItems | powershellsdk |
|
/tools/sdk/powershell/v2025/models/outliers-contributing-feature-access-items |
|
OutliersContributingFeatureAccessItems
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | String | The ID of the access item | [optional] |
| DisplayName | String | the display name of the access item | [optional] |
| Description | String | Description of the access item. | [optional] |
| AccessType | Enum [ "ENTITLEMENT", "ACCESS_PROFILE", "ROLE" ] | The type of the access item. | [optional] |
| SourceName | String | the associated source name if it exists | [optional] |
| ExtremelyRare | Boolean | rarest access | [optional] [default to $false] |
Examples
- Prepare the resource
$OutliersContributingFeatureAccessItems = Initialize-V2025OutliersContributingFeatureAccessItems -Id 2c938083633d259901633d2623ec0375 `
-DisplayName Applied Research Access `
-Description Access to research information, lab results, and schematics `
-AccessType ENTITLEMENT `
-SourceName appName `
-ExtremelyRare true
- Convert the resource to JSON
$OutliersContributingFeatureAccessItems | ConvertTo-JSON