Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/AuthProfileSummary.md
2025-01-28 13:29:29 -05:00

969 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 powershellsdk
powershell
PowerShell
sdk
AuthProfileSummary
BetaAuthProfileSummary
/tools/sdk/powershell/beta/models/auth-profile-summary
SDK
Software Development Kit
AuthProfileSummary
BetaAuthProfileSummary

AuthProfileSummary

Properties

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

Examples

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

[Back to top]