Skip to main content

ContextAttributeDtoValue

The value of the attribute. This can be either a string or a multi-valued string

Properties

NameTypeDescriptionNotes
}

Example

from sailpoint.beta.models.context_attribute_dto_value import ContextAttributeDtoValue

context_attribute_dto_value = ContextAttributeDtoValue(
)

[Back to top]