Files
developer.sailpoint.com/docs/tools/sdk/python/Reference/Beta/Models/AuthProfileSummary.md
2025-02-20 12:59:19 -05:00

860 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
beta-auth-profile-summary AuthProfileSummary AuthProfileSummary AuthProfileSummary pythonsdk
python
Python
sdk
AuthProfileSummary
BetaAuthProfileSummary
/tools/sdk/python/beta/models/auth-profile-summary
SDK
Software Development Kit
AuthProfileSummary
BetaAuthProfileSummary

AuthProfileSummary

Properties

Name Type Description Notes
tenant str Tenant name. [optional]
id str Identity ID. [optional]
}

Example

from sailpoint.beta.models.auth_profile_summary import AuthProfileSummary

auth_profile_summary = AuthProfileSummary(
tenant='test-tenant',
id='2c91808458ae7a4f0158b1bbf8af0628'
)

[Back to top]