Interface AzureMetadata.AzureTenantOrBuilder (2.67.0)

public static interface AzureMetadata.AzureTenantOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDisplayName()

public abstract String getDisplayName()

The display name of the Azure tenant.

string display_name = 2;

Returns
Type Description
String

The displayName.

getDisplayNameBytes()

public abstract ByteString getDisplayNameBytes()

The display name of the Azure tenant.

string display_name = 2;

Returns
Type Description
ByteString

The bytes for displayName.

getId()

public abstract String getId()

The ID of the Microsoft Entra tenant, for example, "a11aaa11-aa11-1aa1-11aa-1aaa11a".

string id = 1;

Returns
Type Description
String

The id.

getIdBytes()

public abstract ByteString getIdBytes()

The ID of the Microsoft Entra tenant, for example, "a11aaa11-aa11-1aa1-11aa-1aaa11a".

string id = 1;

Returns
Type Description
ByteString

The bytes for id.