class documentation
Result Content Types
| Class Method | default |
Get the default Result Content for an operation. |
| Method | valid |
Check whether an operation is valid with a Result Content. |
| Class Variable | attributes |
Resource Attributes. |
| Class Variable | attributes |
Attributes and Child Resource References. |
| Class Variable | attributes |
Attributes and Child Resources. |
| Class Variable | child |
Child Resource References. |
| Class Variable | child |
Child Resources. |
| Class Variable | discovery |
Discovery Result References. |
| Class Variable | hierarchical |
Hierarchical Address. |
| Class Variable | hierarchical |
Hierarchical Address and Attributes. |
| Class Variable | modified |
Modified Attributes. |
| Class Variable | nothing |
Nothing. |
| Class Variable | original |
Original Resource. |
| Class Variable | permissions |
Permissions. |
| Class Variable | semantic |
Semantic Content. |
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. |
Get the default Result Content for an operation.
| Parameters | |
op:Operation | The operation to get the default Result Content for. |
| Returns | |
ResultContentType | The default Result Content for the operation. |
Check whether an operation is valid with a Result Content.
| Parameters | |
op:Operation | The operation to check. |
| Returns | |
bool | Boolean indicating the validity. |