mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
starting point for adding python sdk docs
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
---
|
||||
id: beta-auth-profile-summary
|
||||
title: AuthProfileSummary
|
||||
pagination_label: AuthProfileSummary
|
||||
sidebar_label: AuthProfileSummary
|
||||
sidebar_class_name: pythonsdk
|
||||
keywords: ['python', 'Python', 'sdk', 'AuthProfileSummary', 'BetaAuthProfileSummary']
|
||||
slug: /tools/sdk/python/beta/models/auth-profile-summary
|
||||
tags: ['SDK', 'Software Development Kit', 'AuthProfileSummary', 'BetaAuthProfileSummary']
|
||||
---
|
||||
|
||||
# AuthProfileSummary
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**tenant** | **str** | Tenant name. | [optional]
|
||||
**id** | **str** | Identity ID. | [optional]
|
||||
}
|
||||
|
||||
## Example
|
||||
|
||||
```python
|
||||
from sailpoint.beta.models.auth_profile_summary import AuthProfileSummary
|
||||
|
||||
auth_profile_summary = AuthProfileSummary(
|
||||
tenant='test-tenant',
|
||||
id='2c91808458ae7a4f0158b1bbf8af0628'
|
||||
)
|
||||
|
||||
```
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user