public sealed class UsernameSecretAuth : IMessage<UsernameSecretAuth>, IEquatable<UsernameSecretAuth>, IDeepCloneable<UsernameSecretAuth>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class UsernameSecretAuth.
Info for username and secret based authentication.
Implements
IMessageUsernameSecretAuth, IEquatableUsernameSecretAuth, IDeepCloneableUsernameSecretAuth, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
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 |
|