Authprofilesummary
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| tenant | str | Tenant name. | [optional] |
| id | str | Identity ID. | [optional] |
| } |
Example
from sailpoint.auth_profile.models.authprofilesummary import Authprofilesummary
authprofilesummary = Authprofilesummary(
tenant='test-tenant',
id='2c91808458ae7a4f0158b1bbf8af0628'
)