mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
851 B
851 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-base-reference-dto1 | BaseReferenceDto1 | BaseReferenceDto1 | BaseReferenceDto1 | pythonsdk |
|
/tools/sdk/python/beta/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.beta.models.base_reference_dto1 import BaseReferenceDto1
base_reference_dto1 = BaseReferenceDto1(
id='ff8081814d977c21014da056804a0af3',
name='Github'
)