Class UserPasswordArgs
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 UserPasswordArgs : ResourceArgs
Constructors
View SourceUserPasswordArgs()
Declaration
public UserPasswordArgs()
Properties
View SourceHost
The source host of the user. Defaults to localhost.
Declaration
public Input<string> Host { 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> |