Chronicle v1 API - Class AzureAuth (1.1.0)

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

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

Azure auth.

Inheritance

object > AzureAuth

Namespace

Google.Cloud.Chronicle.V1

Assembly

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