Skip to main content

Contextattributedto

Properties

NameTypeDescriptionNotes
attributestrThe name of the attribute[optional]
valueContextattributedtoValue[optional]
derivedboolTrue 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
)

[Back to top]