Skip to main content

License

Properties

NameTypeDescriptionNotes
LicenseIdStringName of the license[optional]
LegacyFeatureNameStringLegacy name of the license[optional]

Examples

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

[Back to top]