mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
698 B
698 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2025-column | Column | Column | Column | pythonsdk |
|
/tools/sdk/python/v2025/models/column |
|
Column
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| var_field | str | The name of the field. | [required] |
| header | str | The value of the header. | [optional] |
| } |
Example
from sailpoint.v2025.models.column import Column
column = Column(
var_field='email',
header='Work Email'
)