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

881 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-certifier-response CertifierResponse CertifierResponse CertifierResponse pythonsdk
python
Python
sdk
CertifierResponse
V2024CertifierResponse
/tools/sdk/python/v2024/models/certifier-response
SDK
Software Development Kit
CertifierResponse
V2024CertifierResponse

CertifierResponse

Properties

Name Type Description Notes
id str the id of the certifier [optional]
display_name str the name of the certifier [optional]
}

Example

from sailpoint.v2024.models.certifier_response import CertifierResponse

certifier_response = CertifierResponse(
id='8a80828f643d484f01643e14202e206f',
display_name='John Snow'
)

[Back to top]