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

832 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-license License License License powershellsdk
powershell
PowerShell
sdk
License
BetaLicense
/tools/sdk/powershell/beta/models/license
SDK
Software Development Kit
License
BetaLicense

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-BetaLicense  -LicenseId idn:access-request `
 -LegacyFeatureName ACCESS_REQUEST
  • Convert the resource to JSON
$License | ConvertTo-JSON

[Back to top]