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.dimensions.models.dimensioncriteriakey import Dimensioncriteriakey
dimensioncriteriakey = Dimensioncriteriakey(
type='IDENTITY',
var_property='attribute.email'
)