additionalFeatures | AdditionalFeature | | [optional] |
contractMode | ContractModeEnum | 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 | OffsetDateTime | 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 | Integer | 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 | Boolean | Whether Smart Card Smart Login is enabled or not. | [optional] |
smsVoice | SmsVoiceParms | | [optional] |
startDate | OffsetDateTime | The date this entitlement will start. If not specified, it defaults to the current date. This value cannot be in the future. | [optional] |
status | StatusEnum | The status of this entitlement. | [optional] |
subscriptionLineId | String | The subscription line ID. | [optional] |
type | TypeEnum | The type of entitlement. Currently this value must be USERS. If not specified, this value defaults to USERS. | [optional] |
usageType | UsageTypeEnum | [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 | UsersBillingTypeEnum | The billing type for user entitlements. Defaults to PRE_PAID if not provided. | [optional] |