Interface AzureServicesAuthenticationOrBuilder (0.40.0)

public interface AzureServicesAuthenticationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getApplicationId()

public abstract String getApplicationId()

Required. The Azure Active Directory Application ID.

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

Returns
TypeDescription
String

The applicationId.

getApplicationIdBytes()

public abstract ByteString getApplicationIdBytes()

Required. The Azure Active Directory Application ID.

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

Returns
TypeDescription
ByteString

The bytes for applicationId.

getTenantId()

public abstract String getTenantId()

Required. The Azure Active Directory Tenant ID.

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

Returns
TypeDescription
String

The tenantId.

getTenantIdBytes()

public abstract ByteString getTenantIdBytes()

Required. The Azure Active Directory Tenant ID.

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

Returns
TypeDescription
ByteString

The bytes for tenantId.