mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
821 B
821 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-base-document | BaseDocument | BaseDocument | BaseDocument | pythonsdk |
|
/tools/sdk/python/v2025/models/base-document |
|
BaseDocument
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | ID of the referenced object. | [required] |
| name | str | The human readable name of the referenced object. | [required] |
| } |
Example
from sailpoint.v2025.models.base_document import BaseDocument
base_document = BaseDocument(
id='2c91808375d8e80a0175e1f88a575222',
name='john.doe'
)