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