public sealed class AzureADSettings : IMessage<AzureADSettings>, IEquatable<AzureADSettings>, IDeepCloneable<AzureADSettings>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class AzureADSettings.
Azure AD settings.
Implements
IMessageAzureADSettings, IEquatableAzureADSettings, IDeepCloneableAzureADSettings, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
AzureADSettings()
public AzureADSettings()AzureADSettings(AzureADSettings)
public AzureADSettings(AzureADSettings other)| Parameter | |
|---|---|
| Name | Description |
other |
AzureADSettings |
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 |
|