Integration Connectors v1 API - Class AuthConfig.Types.UserPassword (1.1.0)

public sealed class AuthConfig.Types.UserPassword : IMessage<AuthConfig.Types.UserPassword>, IEquatable<AuthConfig.Types.UserPassword>, IDeepCloneable<AuthConfig.Types.UserPassword>, IBufferMessage, IMessage

Reference documentation and code samples for the Integration Connectors v1 API class AuthConfig.Types.UserPassword.

Parameters to support Username and Password Authentication.

Inheritance

object > AuthConfig.Types.UserPassword

Namespace

Google.Cloud.Connectors.V1

Assembly

Google.Cloud.Connectors.V1.dll

Constructors

UserPassword()

public UserPassword()

UserPassword(UserPassword)

public UserPassword(AuthConfig.Types.UserPassword other)
Parameter
NameDescription
otherAuthConfigTypesUserPassword

Properties

Password

public Secret Password { get; set; }

Secret version reference containing the password.

Property Value
TypeDescription
Secret

Username

public string Username { get; set; }

Username.

Property Value
TypeDescription
string