class documentation

class NotificationTargetPolicyAction(ACMEIntEnum):

View In Hierarchy

Notification Target Policy Action enum values.

Constant ACCEPTREQUEST Accept request.
Constant INFORMONLY Inform the subscription originator without taking any action.
Constant REJECTREQUEST Reject request.
Constant SEEKAUTHORIZATION Seek authorization from the subscription originator before taking any action.

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.
ACCEPTREQUEST: int =

Accept request.

Value
1
INFORMONLY: int =

Inform the subscription originator without taking any action.

Value
4
REJECTREQUEST: int =

Reject request.

Value
2
SEEKAUTHORIZATION: int =

Seek authorization from the subscription originator before taking any action.

Value
3