
    AHj@                     N    d dl mZ d dlmZ  G d deee      Z G d de      Zy)	    )Enum)CaseInsensitiveEnumMetac                       e Zd ZdZdZdZdZdZdZdZ	dZ
d	Zd
ZdZdZdZdZdZdZdZdZdZdZdZdZdZdZdZdZdZdZdZdZ dZ!d Z"d!Z#d"Z$d#Z%d$Z&d%Z'd&Z(d'Z)d(Z*d)Z+d*Z,d+Z-d,Z.d-Z/d.Z0d/Z1d0Z2d1Z3d2Z4d3Z5d4Z6d5Z7d6Z8y7)8RegionalAuthorityz2Identifies a regional authority for authenticationtryautodetecteastasiasoutheastasiaaustraliacentralaustraliacentral2australiaeastaustraliasoutheastbrazilsouthcanadacentral
canadaeast	chinaeast
chinaeast2
chinanorthchinanorth2northeurope
westeuropefrancecentralfrancesouthgermanycentralgermanynorthgermanynortheastgermanywestcentralusgovarizonausdodcentral	usdodeast	usgoviowa
usgovtexasusgovvirginiacentralindia
southindia	westindia	japaneast	japanwestkoreacentral
koreasouth
norwayeast
norwaywestsouthafricanorthsouthafricawestswitzerlandnorthswitzerlandwest
uaecentraluaenorthuksouthukwest	centraluseastuseastus2northcentralussouthcentraluswestuswestus2westcentralusN)9__name__
__module____qualname____doc__AUTO_DISCOVER_REGION	ASIA_EASTASIA_SOUTHEASTAUSTRALIA_CENTRALAUSTRALIA_CENTRAL_2AUSTRALIA_EASTAUSTRALIA_SOUTHEASTBRAZIL_SOUTHCANADA_CENTRALCANADA_EAST
CHINA_EASTCHINA_EAST_2CHINA_NORTHCHINA_NORTH_2EUROPE_NORTHEUROPE_WESTFRANCE_CENTRALFRANCE_SOUTHGERMANY_CENTRALGERMANY_NORTHGERMANY_NORTHEASTGERMANY_WEST_CENTRALGOVERNMENT_US_ARIZONAGOVERNMENT_US_DOD_CENTRALGOVERNMENT_US_DOD_EASTGOVERNMENT_US_IOWAGOVERNMENT_US_TEXASGOVERNMENT_US_VIRGINIAINDIA_CENTRALINDIA_SOUTH
INDIA_WEST
JAPAN_EAST
JAPAN_WESTKOREA_CENTRALKOREA_SOUTHNORWAY_EASTNORWAY_WESTSOUTH_AFRICA_NORTHSOUTH_AFRICA_WESTSWITZERLAND_NORTHSWITZERLAND_WESTUAE_CENTRAL	UAE_NORTHUK_SOUTHUK_WEST
US_CENTRALUS_EAST	US_EAST_2US_NORTH_CENTRALUS_SOUTH_CENTRALUS_WEST	US_WEST_2US_WEST_CENTRAL     M/root/tools/cai/cai_env/lib/python3.12/site-packages/azure/identity/_enums.pyr   r   	   s"   < +I$N*-$N. L$NKJLK!M LK$N L&O"M*/* .($&,"MKJJJ"MKKK+)*(KIHGJGI''GI%Orv   r   )	metaclassc                       e Zd ZdZdZdZdZy)TokenRefreshStatusa{  Represents the refresh status of a token.

    REQUIRED: The token is nonexistent, expired or otherwise unusable and must be refreshed.
    RECOMMENDED: The token is still valid but is approaching expiration or past its
        recommended refresh time. A proactive refresh is desirable but not critical.
    NOT_NEEDED: The token is valid and does not need to be refreshed.
    r         N)r<   r=   r>   r?   REQUIREDRECOMMENDED
NOT_NEEDEDru   rv   rw   rz   rz   F   s     HKJrv   rz   N)enumr   
azure.corer   strr   rz   ru   rv   rw   <module>r      s+   
  .:&T-D :&z rv   