mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 12:27:47 +00:00
1.1 KiB
1.1 KiB
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-certification-reference-dto | CertificationReferenceDto | CertificationReferenceDto | CertificationReferenceDto | pythonsdk |
|
/tools/sdk/python/v2024/models/certification-reference-dto |
|
CertificationReferenceDto
Certification for review.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| type | Enum [ 'CERTIFICATION' ] | DTO type of certification for review. | [optional] |
| id | str | ID of certification for review. | [optional] |
| name | str | Display name of certification for review. | [optional] |
| } |
Example
from sailpoint.v2024.models.certification_reference_dto import CertificationReferenceDto
certification_reference_dto = CertificationReferenceDto(
type='IDENTITY',
id='7589a83cec4b4f138ce56c1a5ef0756d',
name='Manager Access for Michael Michaels'
)