Class UserPasswordState
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.MySql
Assembly: Pulumi.MySql.dll
Syntax
public sealed class UserPasswordState : ResourceArgs
Constructors
View SourceUserPasswordState()
Declaration
public UserPasswordState()
Properties
View SourceEncryptedPassword
The encrypted password, base64 encoded.
Declaration
public Input<string> EncryptedPassword { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Host
The source host of the user. Defaults to localhost.
Declaration
public Input<string> Host { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
KeyFingerprint
The fingerprint of the PGP key used to encrypt the password
Declaration
public Input<string> KeyFingerprint { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PgpKey
Either a base-64 encoded PGP public key, or a keybase username in the form keybase:some_person_that_exists.
Declaration
public Input<string> PgpKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
User
The IAM user to associate with this access key.
Declaration
public Input<string> User { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |