Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 476 Bytes

File metadata and controls

22 lines (14 loc) · 476 Bytes

ManagementTypeEnum

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

Example Usage

require "cloudinary-account-provisioning"

value = ManagementTypeEnum::SYSTEM

# Open enum: use .deserialize() to create instances from custom string values
custom = ManagementTypeEnum.deserialize("custom_value")

Values

Name Value
SYSTEM system
CUSTOM custom