Show / Hide Table of Contents

Class UserPasswordState

Inheritance
System.Object
InputArgs
ResourceArgs
UserPasswordState
Inherited Members
ResourceArgs.Empty
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 Source

UserPasswordState()

Declaration
public UserPasswordState()

Properties

View Source

EncryptedPassword

The encrypted password, base64 encoded.

Declaration
public Input<string> EncryptedPassword { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Host

The source host of the user. Defaults to localhost.

Declaration
public Input<string> Host { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

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>
View Source

User

The IAM user to associate with this access key.

Declaration
public Input<string> User { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.