class documentation

class ResultContentType(ACMEIntEnum):

Constructor: ResultContentType.default(op)

View In Hierarchy

Result Content Types

Class Method default Get the default Result Content for an operation.
Method validForOperation Check whether an operation is valid with a Result Content.
Class Variable attributes Resource Attributes.
Class Variable attributesAndChildResourceReferences Attributes and Child Resource References.
Class Variable attributesAndChildResources Attributes and Child Resources.
Class Variable childResourceReferences Child Resource References.
Class Variable childResources Child Resources.
Class Variable discoveryResultReferences Discovery Result References.
Class Variable hierarchicalAddress Hierarchical Address.
Class Variable hierarchicalAddressAttributes Hierarchical Address and Attributes.
Class Variable modifiedAttributes Modified Attributes.
Class Variable nothing Nothing.
Class Variable originalResource Original Resource.
Class Variable permissions Permissions.
Class Variable semanticContent 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.
@classmethod
def default(cls, op: Operation) -> ResultContentType:

Get the default Result Content for an operation.

Parameters
op:OperationThe operation to get the default Result Content for.
Returns
ResultContentTypeThe default Result Content for the operation.
def validForOperation(self, op: Operation) -> bool:

Check whether an operation is valid with a Result Content.

Parameters
op:OperationThe operation to check.
Returns
boolBoolean indicating the validity.
attributes: int =

Resource Attributes.

attributesAndChildResourceReferences: int =

Attributes and Child Resource References.

attributesAndChildResources: int =

Attributes and Child Resources.

childResourceReferences: int =

Child Resource References.

childResources: int =

Child Resources.

discoveryResultReferences: int =

Discovery Result References.

hierarchicalAddress: int =

Hierarchical Address.

hierarchicalAddressAttributes: int =

Hierarchical Address and Attributes.

modifiedAttributes: int =

Modified Attributes.

nothing: int =

Nothing.

originalResource: int =

Original Resource.

permissions: int =

Permissions.

semanticContent: int =

Semantic Content.