Contextattributedto
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| attribute | str | The name of the attribute | [optional] |
| value | ContextattributedtoValue | [optional] | |
| derived | bool | True if the attribute was derived. | [optional] [default to False] |
| } |
Example
from sailpoint.identities.models.contextattributedto import Contextattributedto
contextattributedto = Contextattributedto(
attribute='location',
value=Austin,
derived=False
)