class documentation

class NotificationContentType(ACMEIntEnum):

View In Hierarchy

Notification Content Types

Class Variable allAttributes All Attributes.
Class Variable modifiedAttributes Modified Attributes.
Class Variable ri Resource Identifier.
Class Variable timeSeriesNotification Time Series Notification.
Class Variable triggerPayload Trigger Payload.

Inherited from ACMEIntEnum:

Class Method has Check whether the enum type has an entry with either the given int value or string name.
Class Method to Return an enum value by its name.
Method __int__ Get the integer value of an enum.
Method __repr__ Stringify an enum.
Method __str__ Stringify an enum.
allAttributes: int =

All Attributes.

modifiedAttributes: int =

Modified Attributes.

ri: int =

Resource Identifier.

timeSeriesNotification: int =

Time Series Notification.

triggerPayload: int =

Trigger Payload.