Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 399 Bytes

File metadata and controls

19 lines (12 loc) · 399 Bytes

ManagementTypeEnum

Specifies whether the role's policies are managed by Cloudinary (system) or by the user (custom).

Example Usage

import com.cloudinary.account.provisioning.models.components.ManagementTypeEnum;

ManagementTypeEnum value = ManagementTypeEnum.SYSTEM;

Values

Name Value
SYSTEM system
CUSTOM custom