mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
865 B
865 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2025-auth-profile-summary | AuthProfileSummary | AuthProfileSummary | AuthProfileSummary | pythonsdk |
|
/tools/sdk/python/v2025/models/auth-profile-summary |
|
AuthProfileSummary
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| tenant | str | Tenant name. | [optional] |
| id | str | Identity ID. | [optional] |
| } |
Example
from sailpoint.v2025.models.auth_profile_summary import AuthProfileSummary
auth_profile_summary = AuthProfileSummary(
tenant='test-tenant',
id='2c91808458ae7a4f0158b1bbf8af0628'
)