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;
}