Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/AuthProfileSummary.md
2025-05-07 14:37:48 +00:00

938 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
v2024-auth-profile-summary AuthProfileSummary AuthProfileSummary AuthProfileSummary powershellsdk
powershell
PowerShell
sdk
AuthProfileSummary
V2024AuthProfileSummary
/tools/sdk/powershell/v2024/models/auth-profile-summary
SDK
Software Development Kit
AuthProfileSummary
V2024AuthProfileSummary

AuthProfileSummary

Properties

Name Type Description Notes
Tenant String Tenant name. [optional]
Id String Identity ID. [optional]

Examples

  • Prepare the resource
$AuthProfileSummary = Initialize-V2024AuthProfileSummary  -Tenant test-tenant `
 -Id 2c91808458ae7a4f0158b1bbf8af0628
  • Convert the resource to JSON
$AuthProfileSummary | ConvertTo-JSON

[Back to top]