Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 390 Bytes

File metadata and controls

19 lines (12 loc) · 390 Bytes

ScopeTypeEnum

Specifies where the role/policy is applied, either at the account level or within product environments.

Example Usage

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

ScopeTypeEnum value = ScopeTypeEnum.ACCOUNT;

Values

Name Value
ACCOUNT account
PRODENV prodenv