public sealed class AuthConfig.Types.UserPasswordConfig : IMessage<AuthConfig.Types.UserPasswordConfig>, IEquatable<AuthConfig.Types.UserPasswordConfig>, IDeepCloneable<AuthConfig.Types.UserPasswordConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the API hub v1 API class AuthConfig.Types.UserPasswordConfig.
Parameters to support Username and Password Authentication.
Implements
IMessageAuthConfigTypesUserPasswordConfig, IEquatableAuthConfigTypesUserPasswordConfig, IDeepCloneableAuthConfigTypesUserPasswordConfig, IBufferMessage, IMessageNamespace
Google.Cloud.ApiHub.V1Assembly
Google.Cloud.ApiHub.V1.dll
Constructors
UserPasswordConfig()
public UserPasswordConfig()
UserPasswordConfig(UserPasswordConfig)
public UserPasswordConfig(AuthConfig.Types.UserPasswordConfig other)
Parameter | |
---|---|
Name | Description |
other |
AuthConfigTypesUserPasswordConfig |
Properties
Password
public Secret Password { get; set; }
Required. Secret version reference containing the password.
The secretmanager.versions.access
permission should be
granted to the service account accessing the secret.
Property Value | |
---|---|
Type | Description |
Secret |
Username
public string Username { get; set; }
Required. Username.
Property Value | |
---|---|
Type | Description |
string |