Skip to main content

License

Properties

NameTypeDescriptionNotes
license_idstrName of the license[optional]
legacy_feature_namestrLegacy name of the license[optional]
}

Example

from sailpoint.beta.models.license import License

license = License(
license_id='idn:access-request',
legacy_feature_name='ACCESS_REQUEST'
)

[Back to top]