Specifies whether the role's policies are managed by Cloudinary (system) or by the user (custom).
from cloudinary_account_provisioning.models import ManagementTypeEnum
value = ManagementTypeEnum.SYSTEM
# Open enum: unrecognized values are captured as UnrecognizedStr| Name | Value |
|---|---|
SYSTEM |
system |
CUSTOM |
custom |