Show / Hide Table of Contents

Class User

Message describing User object.

Inheritance
object
User
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudAlloyDBAdmin.v1.Data
Assembly: Google.Apis.CloudAlloyDBAdmin.v1.dll
Syntax
public class User : IDirectResponseSchema

Properties

DatabaseRoles

Optional. List of database roles this user has. The database role strings are subject to the PostgreSQL naming conventions.

Declaration
[JsonProperty("databaseRoles")]
public virtual IList<string> DatabaseRoles { get; set; }
Property Value
Type Description
IList<string>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

KeepExtraRoles

Input only. If the user already exists and it has additional roles, keep them granted.

Declaration
[JsonProperty("keepExtraRoles")]
public virtual bool? KeepExtraRoles { get; set; }
Property Value
Type Description
bool?

Name

Output only. Name of the resource in the form of projects/{project}/locations/{location}/cluster/{cluster}/users/{user}.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Password

Input only. Password for the user.

Declaration
[JsonProperty("password")]
public virtual string Password { get; set; }
Property Value
Type Description
string

UserType

Optional. Type of this user.

Declaration
[JsonProperty("userType")]
public virtual string UserType { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX