Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 432 Bytes

File metadata and controls

21 lines (13 loc) · 432 Bytes

ScopeTypeEnum

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

Example Usage

from cloudinary_account_provisioning.models import ScopeTypeEnum

value = ScopeTypeEnum.ACCOUNT

# Open enum: unrecognized values are captured as UnrecognizedStr

Values

Name Value
ACCOUNT account
PRODENV prodenv