Interface TransferTypes.AzureBlobStorageData.FederatedIdentityConfigOrBuilder (1.85.0)

public static interface TransferTypes.AzureBlobStorageData.FederatedIdentityConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getClientId()

public abstract String getClientId()

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

string client_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The clientId.

getClientIdBytes()

public abstract ByteString getClientIdBytes()

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

string client_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for clientId.

getTenantId()

public abstract String getTenantId()

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

string tenant_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The tenantId.

getTenantIdBytes()

public abstract ByteString getTenantIdBytes()

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

string tenant_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for tenantId.