EntitlementParms
Parameters passed when setting the entitlements of a tenant. Entitlements are required.
Properties
Name | Type | Description | Notes |
---|---|---|---|
additional_features | AdditionalFeature | [optional] | |
contract_mode | str | The contract mode of a tenant (required during creation), allowable values = 'PRODUCTION', 'TRIAL'. | [optional] |
contract_number | str | The contract number. | [optional] |
customer_id | str | The customer ID. | [optional] |
end_date | 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] |
entitlement_id | str | The entitlement ID. | [optional] |
flash_pass | FlashPassParms | [optional] | |
fleet_management | 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] |
smart_login_enabled | bool | Whether Smart Card Smart Login is enabled or not. | [optional] |
sms_voice | SmsVoiceParms | [optional] | |
start_date | 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 | str | The status of this entitlement. | [optional] |
subscription_line_id | str | The subscription line ID. | [optional] |
type | str | The type of entitlement. Currently this value must be USERS. If not specified, this value defaults to USERS. | [optional] |
usage_type | str | [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] |
user_bundles | List[ServiceBundle] | The entitlement bundles that defines the set of features available for authentication accounts. | [optional] |
users_billing_type | str | The billing type for user entitlements. Defaults to PRE_PAID if not provided. | [optional] |