parse_saby/.venv/lib/python3.12/site-packages/hvac/constants/azure.py

10 lines
221 B
Python

#!/usr/bin/env python
"""Constants related to the Azure auth method and/or secrets engine."""
VALID_ENVIRONMENTS = [
"AzurePublicCloud",
"AzureUSGovernmentCloud",
"AzureChinaCloud",
"AzureGermanCloud",
]