public sealed class AzureBlobStorageData.Types.FederatedIdentityConfig : IMessage<AzureBlobStorageData.Types.FederatedIdentityConfig>, IEquatable<AzureBlobStorageData.Types.FederatedIdentityConfig>, IDeepCloneable<AzureBlobStorageData.Types.FederatedIdentityConfig>, IBufferMessage, IMessageReference 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.
Implements
IMessageAzureBlobStorageDataTypesFederatedIdentityConfig, IEquatableAzureBlobStorageDataTypesFederatedIdentityConfig, IDeepCloneableAzureBlobStorageDataTypesFederatedIdentityConfig, IBufferMessage, IMessageNamespace
Google.Cloud.StorageTransfer.V1Assembly
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 |
|