public sealed class AzureADContextSettings : IMessage<AzureADContextSettings>, IEquatable<AzureADContextSettings>, IDeepCloneable<AzureADContextSettings>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class AzureADContextSettings.
Azure AD Context settings.
Implements
IMessageAzureADContextSettings, IEquatableAzureADContextSettings, IDeepCloneableAzureADContextSettings, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
AzureADContextSettings()
public AzureADContextSettings()AzureADContextSettings(AzureADContextSettings)
public AzureADContextSettings(AzureADContextSettings other)| Parameter | |
|---|---|
| Name | Description |
other |
AzureADContextSettings |
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 |
|
RetrieveDevices
public bool RetrieveDevices { get; set; }Whether to retrieve device information in user context.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
RetrieveGroups
public bool RetrieveGroups { get; set; }Whether to retrieve group information in user context.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
TenantId
public string TenantId { get; set; }Tenant ID.
| Property Value | |
|---|---|
| Type | Description |
string |
|