mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
856 B
856 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-base-reference-dto1 | BaseReferenceDto1 | BaseReferenceDto1 | BaseReferenceDto1 | pythonsdk |
|
/tools/sdk/python/v2024/models/base-reference-dto1 |
|
BaseReferenceDto1
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | the application ID | [optional] |
| name | str | the application name | [optional] |
| } |
Example
from sailpoint.v2024.models.base_reference_dto1 import BaseReferenceDto1
base_reference_dto1 = BaseReferenceDto1(
id='ff8081814d977c21014da056804a0af3',
name='Github'
)