mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-outliers-contributing-feature-access-items | OutliersContributingFeatureAccessItems | OutliersContributingFeatureAccessItems | OutliersContributingFeatureAccessItems | pythonsdk |
|
/tools/sdk/python/v2024/models/outliers-contributing-feature-access-items |
|
OutliersContributingFeatureAccessItems
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | The ID of the access item | [optional] |
| display_name | str | the display name of the access item | [optional] |
| description | str | Description of the access item. | [optional] |
| access_type | Enum [ 'ENTITLEMENT', 'ACCESS_PROFILE', 'ROLE' ] | The type of the access item. | [optional] |
| source_name | str | the associated source name if it exists | [optional] |
| extremely_rare | bool | rarest access | [optional] [default to False] |
| } |
Example
from sailpoint.v2024.models.outliers_contributing_feature_access_items import OutliersContributingFeatureAccessItems
outliers_contributing_feature_access_items = OutliersContributingFeatureAccessItems(
id='2c938083633d259901633d2623ec0375',
display_name='Applied Research Access',
description='Access to research information, lab results, and schematics',
access_type='ENTITLEMENT',
source_name='appName',
extremely_rare=True
)