Skip to main content

Authprofilesummary

Properties

NameTypeDescriptionNotes
tenantstrTenant name.[optional]
idstrIdentity ID.[optional]
}

Example

from sailpoint.auth_profile.models.authprofilesummary import Authprofilesummary

authprofilesummary = Authprofilesummary(
tenant='test-tenant',
id='2c91808458ae7a4f0158b1bbf8af0628'
)

[Back to top]