Class InstanceUser
Inheritance
System.Object
InstanceUser
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.OpenStack.Database.Outputs
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class InstanceUser
Fields
View SourceDatabases
A list of databases that user will have access to. If not specified, user has access to all databases on th einstance. Changing this creates a new instance.
Declaration
public readonly ImmutableArray<string> Databases
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Host
An ip address or % sign indicating what ip addresses can connect with this user credentials. Changing this creates a new instance.
Declaration
public readonly string Host
Field Value
| Type | Description |
|---|---|
| System.String |
Name
Database to be created on new instance. Changing this creates a new instance.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Password
User's password. Changing this creates a new instance.
Declaration
public readonly string Password
Field Value
| Type | Description |
|---|---|
| System.String |