Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Global = Environment{ AzureADEndpoint: AzureADGlobal, MsGraphEndpoint: MsGraphGlobal, } USGovernmentL4 = Environment{ AzureADEndpoint: AzureADUSGov, MsGraphEndpoint: MsGraphUSGovL4, } USGovernmentL5 = Environment{ AzureADEndpoint: AzureADUSGov, MsGraphEndpoint: MsGraphUSGovL5, } Germany = Environment{ AzureADEndpoint: AzureADGermany, MsGraphEndpoint: MsGraphGermany, } China = Environment{ AzureADEndpoint: AzureADChina, MsGraphEndpoint: MsGraphChina, } )
Functions ¶
Types ¶
type AzureADEndpoint ¶
type AzureADEndpoint string
const ( AzureADGlobal AzureADEndpoint = "https://login.microsoftonline.com" AzureADUSGov AzureADEndpoint = "https://login.microsoftonline.us" AzureADGermany AzureADEndpoint = "https://login.microsoftonline.de" AzureADChina AzureADEndpoint = "https://login.chinacloudapi.cn" )
type Environment ¶
type Environment struct {
AzureADEndpoint AzureADEndpoint
MsGraphEndpoint MsGraphEndpoint
}
type MsGraphEndpoint ¶
type MsGraphEndpoint string
const ( MsGraphGlobal MsGraphEndpoint = "https://graph.microsoft.com" MsGraphUSGovL4 MsGraphEndpoint = "https://graph.microsoft.us" MsGraphUSGovL5 MsGraphEndpoint = "https://dod-graph.microsoft.us" MsGraphGermany MsGraphEndpoint = "https://graph.microsoft.de" MsGraphChina MsGraphEndpoint = "https://microsoftgraph.chinacloudapi.cn" )
Click to show internal directories.
Click to hide internal directories.