Class 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
Inherited Members
Namespace: Google.Apis.Storagetransfer.v1.Data
Assembly: Google.Apis.Storagetransfer.v1.dll
Syntax
public class FederatedIdentityConfig : IDirectResponseSchema
Properties
ClientId
Required. The client (application) ID of the application with federated credentials.
Declaration
[JsonProperty("clientId")]
public virtual string ClientId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TenantId
Required. The tenant (directory) ID of the application with federated credentials.
Declaration
[JsonProperty("tenantId")]
public virtual string TenantId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |