EntitlementParms
Parameters passed when setting the entitlements of a tenant. Entitlements are required.
Properties
Name | Type | Description | Notes |
---|---|---|---|
AdditionalFeatures | AdditionalFeature | [optional] | |
ContractMode | string | The contract mode of a tenant (required during creation), allowable values = 'PRODUCTION', 'TRIAL'. | [optional] |
ContractNumber | string | The contract number. | [optional] |
CustomerId | string | The customer ID. | [optional] |
EndDate | DateTime? | The date this entitlement will end. The value must be after the start date. If not specified, this value defaults to the end date of the service provider's entitlement. | [optional] |
EntitlementId | string | The entitlement ID. | [optional] |
FlashPass | FlashPassParms | [optional] | |
FleetManagement | Object | Parameters passed when setting the fleet management entitlements of a tenant. | [optional] |
Issuance | IssuanceParms | [optional] | |
Printer | Object | Parameters passed when setting the Printer entitlements of a tenant. | [optional] |
Quantity | int? | The number of entitlements assigned to the tenant (required during creation). The service provider must have enough available entitlements to meet this request. | [optional] |
SmartLoginEnabled | bool? | Whether Smart Card Smart Login is enabled or not. | [optional] |
SmsVoice | SmsVoiceParms | [optional] | |
StartDate | DateTime? | The date this entitlement will start. If not specified, it defaults to the current date. This value cannot be in the future. | [optional] |
Status | string | The status of this entitlement. | [optional] |
SubscriptionLineId | string | The subscription line ID. | [optional] |
Type | string | The type of entitlement. Currently this value must be USERS. If not specified, this value defaults to USERS. | [optional] |
UsageType | string | [DEPRECATED] The type of entitlement (ignored if type is provided). Currently this value must be USERS. If not specified, this value defaults to USERS. | [optional] |
UserBundles | List<ServiceBundle> | The entitlement bundles that defines the set of features available for authentication accounts. | [optional] |
UsersBillingType | string | The billing type for user entitlements. Defaults to PRE_PAID if not provided. | [optional] |