Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 411 Bytes

File metadata and controls

21 lines (13 loc) · 411 Bytes

PermissionTypeEnum

Specifies whether permissions apply globally or to specific content.

Example Usage

from cloudinary_account_provisioning.models import PermissionTypeEnum

value = PermissionTypeEnum.GLOBAL

# Open enum: unrecognized values are captured as UnrecognizedStr

Values

Name Value
GLOBAL global
CONTENT content