Class CloudSQLSingleUserCredentials
These are the credentials required for Cloud SQL DB for Single user Managed Rotation.
Implements
Inherited Members
Namespace: Google.Apis.SecretManager.v1.Data
Assembly: Google.Apis.SecretManager.v1.dll
Syntax
public class CloudSQLSingleUserCredentials : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
InstanceId
Required. Instance ID of the Cloud SQL instance.
Declaration
[JsonProperty("instanceId")]
public virtual string InstanceId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Password
Optional. Password of the Cloud SQL instance. If this is not provided, a random password will be generated.
Declaration
[JsonProperty("password")]
public virtual string Password { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Username
Required. Username of the Cloud SQL instance.
Declaration
[JsonProperty("username")]
public virtual string Username { get; set; }
Property Value
| Type | Description |
|---|---|
| string |