mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 12:27:47 +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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-dimension-criteria-key | DimensionCriteriaKey | DimensionCriteriaKey | DimensionCriteriaKey | pythonsdk |
|
/tools/sdk/python/v2024/models/dimension-criteria-key |
|
DimensionCriteriaKey
Refers to a specific Identity attribute used in Dimension membership criteria.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| type | DimensionCriteriaKeyType | [required] | |
| var_property | str | The name of the identity attribute to which the associated criteria applies. | [required] |
| } |
Example
from sailpoint.v2024.models.dimension_criteria_key import DimensionCriteriaKey
dimension_criteria_key = DimensionCriteriaKey(
type='IDENTITY',
var_property='attribute.email'
)