@microsoft/windows-admin-center-sdk
Version:
Microsoft - Windows Admin Center Shell
94 lines (93 loc) • 3.21 kB
TypeScript
/**
* Translated gateway v1 and v2 strings as appropriate
*/
export declare class GatewayUrls {
/**
*Setting connectivity url
*/
static settingsConnectivityRelativeUrl: string;
/**
* Return correct aadUser url depending on the gateway version
*/
static get aadUser(): string;
/**
* Return correct aadApplication url depending on the gateway version
*/
static get aadApplication(): string;
/**
* Return correct aadRegisterStatus url depending on the gateway version
*/
static get aadRegisterStatus(): string;
/**
* Return correct aadTokenStatus url depending on the gateway version
*/
static get aadTokenStatus(): string;
/**
* Return correct aadDeviceCodeUrl url depending on the gateway version
*/
static get aadDeviceCodeUrl(): string;
/**
* Return correct aadDeviceCodeWithTenantIdUrl url depending on the gateway version
*/
static get aadDeviceCodeWithTenantIdUrl(): string;
/**
* Return correct getTenantsUrl url depending on the gateway version
*/
static get getTenantsUrl(): string;
/**
* Return correct aadSignOut url depending on the gateway version
*/
static get aadSignOut(): string;
/**
* Return correct aadAppInfo url depending on the gateway version
*/
static get aadAppInfo(): string;
/**
* Return correct disableAadAppAuth url depending on the gateway version
*/
static get disableAadAppAuth(): string;
/**
* Return correct enableAadAuth url depending on the gateway version
*/
static get enableAadAuthAuth(): string;
/**
* Return correct securityGroupActionTemplate url depending on the gateway version
*/
static get securityGroupActionTemplate(): string;
/**
* Return correct aadAppWithParam url depending on the gateway version
*/
static get aadAppWithParam(): "aad/cloudName/{0}/application" | "gateway/aad/cloudName/{0}/application";
/**
* Return correct aadAzureAppsWithParam url depending on the gateway version
*/
static get aadAzureAppsWithParam(): "aad/cloudName/{0}/azureApplications" | "gateway/aad/cloudName/{0}/azureApplications";
/**
* Return correct accessCheck url url depending on the gateway version
*/
static get accessCheck(): string;
/**
* Return correct accessUser url depending on the gateway version
*/
static get accessUsers(): string;
/**
* Return correct accessAdmin url depending on the gateway version
*/
static get accessAdmins(): string;
/**
* Return correct adDomainRelativeUrl url depending on the gateway version
* 'services/WinREST/activeDirectory/domain' is the GWV2 url
* 'gateway/domain' is the GWV1 url
*/
static get adDomainRelativeUrl(): string;
/**
* Return correct adAccountsRelativeUrl url depending on the gateway version
* 'services/WinREST/activeDirectory/accounts' is the GWV2 url
* 'gateway/accounts' is the GWV1 url
*/
static get adAccountsRelativeUrl(): string;
/**
* Get latest gateway version url
*/
static gatewayVersion: string;
}