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.v2024.models.base_document import BaseDocument
base_document = BaseDocument(
id='2c91808375d8e80a0175e1f88a575222',
name='john.doe'
)