SystemOverrides Class
System imposed policies that regulate behavior of the subscription.
Constructor
SystemOverrides(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
cancellation
|
str or
Cancellation
The policy override for the subscription indicates whether the self-serve cancellation or seat reduction is allowed. Known values are: "NotAllowed" and "Allowed". |
|
cancellation_allowed_end_date
|
The end date in UTC time by when the self-serve cancellation ends. |
Attributes
cancellation
The policy override for the subscription indicates whether the self-serve cancellation or seat reduction is allowed. Known values are: "NotAllowed" and "Allowed".
cancellation: str | _models.Cancellation | None
cancellation_allowed_end_date
The end date in UTC time by when the self-serve cancellation ends.
cancellation_allowed_end_date: datetime | None