public sealed class Office365Settings : IMessage<Office365Settings>, IEquatable<Office365Settings>, IDeepCloneable<Office365Settings>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class Office365Settings.
Office 365 settings.
Implements
IMessageOffice365Settings, IEquatableOffice365Settings, IDeepCloneableOffice365Settings, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
Office365Settings()
public Office365Settings()Office365Settings(Office365Settings)
public Office365Settings(Office365Settings other)| Parameter | |
|---|---|
| Name | Description |
other |
Office365Settings |
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 |
|
ContentType
public Office365Settings.Types.ContentType ContentType { get; set; }Supported office 365 content type.
| Property Value | |
|---|---|
| Type | Description |
Office365SettingsTypesContentType |
|
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 |
|