Storage Transfer v1 API - Class AzureBlobStorageData.Types.FederatedIdentityConfig (2.10.0)

public sealed class AzureBlobStorageData.Types.FederatedIdentityConfig : IMessage<AzureBlobStorageData.Types.FederatedIdentityConfig>, IEquatable<AzureBlobStorageData.Types.FederatedIdentityConfig>, IDeepCloneable<AzureBlobStorageData.Types.FederatedIdentityConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Storage Transfer v1 API class AzureBlobStorageData.Types.FederatedIdentityConfig.

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.

Inheritance

object > AzureBlobStorageData.Types.FederatedIdentityConfig

Namespace

Google.Cloud.StorageTransfer.V1

Assembly

Google.Cloud.StorageTransfer.V1.dll

Constructors

FederatedIdentityConfig()

public FederatedIdentityConfig()

FederatedIdentityConfig(FederatedIdentityConfig)

public FederatedIdentityConfig(AzureBlobStorageData.Types.FederatedIdentityConfig other)
Parameter
Name Description
other AzureBlobStorageDataTypesFederatedIdentityConfig

Properties

ClientId

public string ClientId { get; set; }

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

Property Value
Type Description
string

TenantId

public string TenantId { get; set; }

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

Property Value
Type Description
string