Files
developer.sailpoint.com/docs/tools/sdk/powershell/refrence/beta/Models/License.md
darrell-thobe-sp 39d2297259 update to doc files
2025-01-24 14:40:05 -05:00

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

License

Properties

Name Type Description Notes
LicenseId Pointer to String Name of the license [optional]
LegacyFeatureName Pointer to String Legacy 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]