Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 482 Bytes

File metadata and controls

21 lines (14 loc) · 482 Bytes

PrincipalTypeEnum

The type of principal.

Example Usage

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

PrincipalTypeEnum value = PrincipalTypeEnum.USER;

Values

Name Value
USER user
GROUP group
API_KEY apiKey
PROVISIONING_KEY provisioningKey