Skip to main content

BaseDocument

Properties

NameTypeDescriptionNotes
idstrID of the referenced object.[required]
namestrThe human readable name of the referenced object.[required]
}

Example

from sailpoint.v2024.models.base_document import BaseDocument

base_document = BaseDocument(
id='2c91808375d8e80a0175e1f88a575222',
name='john.doe'
)

[Back to top]