Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ClientSecretCredentials

import type { ClientSecretCredentials } from "https://googleapis.deno.dev/v1/vmmigration:v1.ts";

Message describing Azure Credentials using tenant ID, client ID and secret.

interface ClientSecretCredentials {
clientId?: string;
clientSecret?: string;
tenantId?: string;
}

§Properties

§
clientId?: string
[src]

Azure client ID.

§
clientSecret?: string
[src]

Input only. Azure client secret.

§
tenantId?: string
[src]

Azure tenant ID.