Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/License.md
2025-02-03 22:09:17 +00:00

849 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-license License License License powershellsdk
powershell
PowerShell
sdk
License
V2024License
/tools/sdk/powershell/v2024/models/license
SDK
Software Development Kit
License
V2024License

License

Properties

Name Type Description Notes
LicenseId String Name of the license [optional]
LegacyFeatureName String Legacy name of the license [optional]

Examples

  • Prepare the resource
$License = Initialize-PSSailpoint.V2024License  -LicenseId idn:access-request `
 -LegacyFeatureName ACCESS_REQUEST
  • Convert the resource to JSON
$License | ConvertTo-JSON

[Back to top]