Security Command Center v2 API - Class AzureMetadata.Types.AzureTenant (1.1.0)

public sealed class AzureMetadata.Types.AzureTenant : IMessage<AzureMetadata.Types.AzureTenant>, IEquatable<AzureMetadata.Types.AzureTenant>, IDeepCloneable<AzureMetadata.Types.AzureTenant>, IBufferMessage, IMessage

Reference documentation and code samples for the Security Command Center v2 API class AzureMetadata.Types.AzureTenant.

Represents a Microsoft Entra tenant.

Inheritance

object > AzureMetadata.Types.AzureTenant

Namespace

Google.Cloud.SecurityCenter.V2

Assembly

Google.Cloud.SecurityCenter.V2.dll

Constructors

AzureTenant()

public AzureTenant()

AzureTenant(AzureTenant)

public AzureTenant(AzureMetadata.Types.AzureTenant other)
Parameter
Name Description
other AzureMetadataTypesAzureTenant

Properties

DisplayName

public string DisplayName { get; set; }

The display name of the Azure tenant.

Property Value
Type Description
string

Id

public string Id { get; set; }

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

Property Value
Type Description
string