Files
developer.sailpoint.com/docs/tools/sdk/python/Reference/V2024/Models/BaseReferenceDto1.md
2025-02-20 12:59:19 -05:00

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
python
Python
sdk
BaseReferenceDto1
V2024BaseReferenceDto1
/tools/sdk/python/v2024/models/base-reference-dto1
SDK
Software Development Kit
BaseReferenceDto1
V2024BaseReferenceDto1

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'
)

[Back to top]