mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 12:27:47 +00:00
663 B
663 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-value | Value | Value | Value | pythonsdk |
|
/tools/sdk/python/beta/models/value |
|
Value
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| type | str | The type of attribute value | [optional] |
| value | str | The attribute value | [optional] |
| } |
Example
from sailpoint.beta.models.value import Value
value = Value(
type='STRING',
value='Austin'
)