Files
developer.sailpoint.com/docs/tools/sdk/python/Reference/V2024/Models/ContextAttributeDtoValue.md
2025-02-20 12:59:19 -05:00

879 B

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
v2024-context-attribute-dto-value ContextAttributeDtoValue ContextAttributeDtoValue ContextAttributeDtoValue pythonsdk
python
Python
sdk
ContextAttributeDtoValue
V2024ContextAttributeDtoValue
/tools/sdk/python/v2024/models/context-attribute-dto-value
SDK
Software Development Kit
ContextAttributeDtoValue
V2024ContextAttributeDtoValue

ContextAttributeDtoValue

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

Properties

Name Type Description Notes
}

Example

from sailpoint.v2024.models.context_attribute_dto_value import ContextAttributeDtoValue

context_attribute_dto_value = ContextAttributeDtoValue(
)

[Back to top]