models.protected_objectsprivileges_type_enum module

class models.protected_objectsprivileges_type_enum.ProtectedObjectsprivilegesTypeEnum[source]

Bases: object

Implementation of the ‘ProtectedObjectsprivilegesType’ enum.

Specifies if all, none or specific protected objects are allowed to be accessed. Specifies if all, none or specific protected objects are allowed to be accessed. kNone - None of the protected objects have access. kAll - All the protected objects have access. kSpecific - Only specific protected objects have access.

Attributes:

KNONE: TODO: type description here. KALL: TODO: type description here. KSPECIFIC: TODO: type description here.

KALL = 'kAll'
KNONE = 'kNone'
KSPECIFIC = 'kSpecific'