models_v2.data_lock_type_enum module

class models_v2.data_lock_type_enum.DataLockTypeEnum[source]

Bases: object

Implementation of the ‘DataLockType’ enum.

Specifies the snapshot data lock type.

Attributes:

COMPLIANCE: TODO: type description here. ADMINISTRATIVE: TODO: type description here.

ADMINISTRATIVE = 'Administrative'
COMPLIANCE = 'Compliance'