public sealed class AzureAuth : IMessage<AzureAuth>, IEquatable<AzureAuth>, IDeepCloneable<AzureAuth>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class AzureAuth.
Azure auth.
Implements
IMessageAzureAuth, IEquatableAzureAuth, IDeepCloneableAzureAuth, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
AzureAuth()
public AzureAuth()AzureAuth(AzureAuth)
public AzureAuth(AzureAuth other)| Parameter | |
|---|---|
| Name | Description |
other |
AzureAuth |
Properties
AuthTypeCase
public AzureAuth.AuthTypeOneofCase AuthTypeCase { get; }| Property Value | |
|---|---|
| Type | Description |
AzureAuthAuthTypeOneofCase |
|
HasSasToken
public bool HasSasToken { get; }Gets whether the "sas_token" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasSharedKey
public bool HasSharedKey { get; }Gets whether the "shared_key" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
SasToken
public string SasToken { get; set; }SAS Token.
| Property Value | |
|---|---|
| Type | Description |
string |
|
SharedKey
public string SharedKey { get; set; }Shared Key.
| Property Value | |
|---|---|
| Type | Description |
string |
|