Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 520 Bytes

File metadata and controls

23 lines (15 loc) · 520 Bytes

PrincipalTypeEnum

The type of principal.

Example Usage

from cloudinary_account_provisioning.models import PrincipalTypeEnum

value = PrincipalTypeEnum.USER

# Open enum: unrecognized values are captured as UnrecognizedStr

Values

Name Value
USER user
GROUP group
API_KEY apiKey
PROVISIONING_KEY provisioningKey