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

FederatedIdentityConfig

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

The identity of an Azure application through which Storage Transfer Service can authenticate requests using Azure workload identity federation. Storage Transfer Service can issue requests to Azure Storage through registered Azure applications, eliminating the need to pass credentials to Storage Transfer Service directly. To configure federated identity, see Configure access to Microsoft Azure Storage.

interface FederatedIdentityConfig {
clientId?: string;
tenantId?: string;
}

§Properties

§
clientId?: string
[src]

Required. The client (application) ID of the application with federated credentials.

§
tenantId?: string
[src]

Required. The tenant (directory) ID of the application with federated credentials.