Chronicle v1 API - Class UsernameSecretAuth (1.1.0)

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

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

Info for username and secret based authentication.

Inheritance

object > UsernameSecretAuth

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

UsernameSecretAuth()

public UsernameSecretAuth()

UsernameSecretAuth(UsernameSecretAuth)

public UsernameSecretAuth(UsernameSecretAuth other)
Parameter
Name Description
other UsernameSecretAuth

Properties

Secret

public string Secret { get; set; }

Secret of the account identified by user_name.

Property Value
Type Description
string

User

public string User { get; set; }

Username of an identity used for authentication.

Property Value
Type Description
string