Specifies whether the role's policies are managed by Cloudinary (system) or by the user (custom).
import com.cloudinary.account.provisioning.models.components.ManagementTypeEnum;
ManagementTypeEnum value = ManagementTypeEnum.SYSTEM;| Name | Value |
|---|---|
SYSTEM |
system |
CUSTOM |
custom |