Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.12 KB

LicensePoolPublic.md

File metadata and controls

22 lines (17 loc) · 1.12 KB

PollinationSDK.Model.LicensePoolPublic

Properties

Name Type Description Notes
Id Guid The ID of the pool
LicenseId string The ID of the license to which the pool provides access
Owner AccountPublic The account that owns the license
Permissions UserPermission
Product string The pollination product to which this pool provides access
TotalActivations int The number of current activations for this license
AllowedActivations int The number of allowable activations for this license
Accessors List<Accessor> The entities that can access the license though the pool [optional]
Description string The description of the pool [optional]
Type string [optional] [readonly] [default to "LicensePoolPublic"]

[Back to Model list] [Back to API list] [Back to README]