Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 377 Bytes

File metadata and controls

21 lines (13 loc) · 377 Bytes

ScopeType

Describes the scope for a ReadPermission, WritePermission, or GrantPermission object

Example Usage

from glean.api_client.models import ScopeType

value = ScopeType.GLOBAL

# Open enum: unrecognized values are captured as UnrecognizedStr

Values

Name Value
GLOBAL GLOBAL
OWN OWN