mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-10 04:19:42 +00:00
add method and model docs for powershell and python v2025
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
---
|
||||
id: v2025-certification-identity-summary
|
||||
title: CertificationIdentitySummary
|
||||
pagination_label: CertificationIdentitySummary
|
||||
sidebar_label: CertificationIdentitySummary
|
||||
sidebar_class_name: pythonsdk
|
||||
keywords: ['python', 'Python', 'sdk', 'CertificationIdentitySummary', 'V2025CertificationIdentitySummary']
|
||||
slug: /tools/sdk/python/v2025/models/certification-identity-summary
|
||||
tags: ['SDK', 'Software Development Kit', 'CertificationIdentitySummary', 'V2025CertificationIdentitySummary']
|
||||
---
|
||||
|
||||
# CertificationIdentitySummary
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**id** | **str** | The ID of the identity summary | [optional]
|
||||
**name** | **str** | Name of the linked identity | [optional]
|
||||
**identity_id** | **str** | The ID of the identity being certified | [optional]
|
||||
**completed** | **bool** | Indicates whether the review items for the linked identity's certification have been completed | [optional]
|
||||
}
|
||||
|
||||
## Example
|
||||
|
||||
```python
|
||||
from sailpoint.v2025.models.certification_identity_summary import CertificationIdentitySummary
|
||||
|
||||
certification_identity_summary = CertificationIdentitySummary(
|
||||
id='2c91808772a504f50172a9540e501ba7',
|
||||
name='Alison Ferguso',
|
||||
identity_id='2c9180857182306001719937377a33de',
|
||||
completed=True
|
||||
)
|
||||
|
||||
```
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user