public sealed class EnableManagedRotationRequest.Types.CloudSQLSingleUserCredentials : IMessage<EnableManagedRotationRequest.Types.CloudSQLSingleUserCredentials>, IEquatable<EnableManagedRotationRequest.Types.CloudSQLSingleUserCredentials>, IDeepCloneable<EnableManagedRotationRequest.Types.CloudSQLSingleUserCredentials>, IBufferMessage, IMessageReference documentation and code samples for the Secret Manager v1 API class EnableManagedRotationRequest.Types.CloudSQLSingleUserCredentials.
These are the credentials required for Cloud SQL DB for Single user Managed Rotation.
Implements
IMessageEnableManagedRotationRequestTypesCloudSQLSingleUserCredentials, IEquatableEnableManagedRotationRequestTypesCloudSQLSingleUserCredentials, IDeepCloneableEnableManagedRotationRequestTypesCloudSQLSingleUserCredentials, IBufferMessage, IMessageNamespace
Google.Cloud.SecretManager.V1Assembly
Google.Cloud.SecretManager.V1.dll
Constructors
CloudSQLSingleUserCredentials()
public CloudSQLSingleUserCredentials()CloudSQLSingleUserCredentials(CloudSQLSingleUserCredentials)
public CloudSQLSingleUserCredentials(EnableManagedRotationRequest.Types.CloudSQLSingleUserCredentials other)| Parameter | |
|---|---|
| Name | Description |
other |
EnableManagedRotationRequestTypesCloudSQLSingleUserCredentials |
Properties
InstanceId
public string InstanceId { get; set; }Required. Instance ID of the Cloud SQL instance.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Password
public string Password { get; set; }Optional. Password of the Cloud SQL instance. If this is not provided, a random password will be generated.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Username
public string Username { get; set; }Required. Username of the Cloud SQL instance.
| Property Value | |
|---|---|
| Type | Description |
string |
|