Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 439 Bytes

File metadata and controls

22 lines (14 loc) · 439 Bytes

AuthConfigStatus

Auth status of the tool.

Example Usage

from glean.api_client.models import AuthConfigStatus

value = AuthConfigStatus.AWAITING_AUTH

# Open enum: unrecognized values are captured as UnrecognizedStr

Values

Name Value
AWAITING_AUTH AWAITING_AUTH
AUTHORIZED AUTHORIZED
AUTH_DISABLED AUTH_DISABLED