Chronicle v1 API - Class AzureADAuditSettings (1.1.0)

public sealed class AzureADAuditSettings : IMessage<AzureADAuditSettings>, IEquatable<AzureADAuditSettings>, IDeepCloneable<AzureADAuditSettings>, IBufferMessage, IMessage

Reference documentation and code samples for the Chronicle v1 API class AzureADAuditSettings.

Azure AD Audit settings.

Inheritance

object > AzureADAuditSettings

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

AzureADAuditSettings()

public AzureADAuditSettings()

AzureADAuditSettings(AzureADAuditSettings)

public AzureADAuditSettings(AzureADAuditSettings other)
Parameter
Name Description
other AzureADAuditSettings

Properties

AuthEndpoint

public string AuthEndpoint { get; set; }

API Auth Endpoint.

Property Value
Type Description
string

Authentication

public MicrosoftOAuthClientCredentials Authentication { get; set; }

Input only. Authentication.

Property Value
Type Description
MicrosoftOAuthClientCredentials

Hostname

public string Hostname { get; set; }

API Hostname.

Property Value
Type Description
string

TenantId

public string TenantId { get; set; }

Tenant ID.

Property Value
Type Description
string