File

src/providers/azure/azure.types.ts

Index

Properties

Properties

authorityHost
authorityHost: AzureAuthorityHost
Type : AzureAuthorityHost
clientId
clientId: string
Type : string
clientSecret
clientSecret: string
Type : string
subscriptionId
subscriptionId: string
Type : string
tenantId
tenantId: string
Type : string
import { AzureAuthorityHosts } from "@azure/identity";

export interface AzureConfig {
  subscriptionId: string;
  tenantId: string;
  clientId: string;
  clientSecret: string;
  authorityHost: AzureAuthorityHost;
}

export enum AzureAuthorityHost {
  "AzureChina" = AzureAuthorityHosts.AzureChina,
  "AzureGermany" = AzureAuthorityHosts.AzureGermany,
  "AzureGovernment" = AzureAuthorityHosts.AzureGovernment,
  "AzurePublicCloud" = AzureAuthorityHosts.AzurePublicCloud,
}

results matching ""

    No results matching ""