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'
)