Secret Manager v1 API - Class EnableManagedRotationRequest.Types.CloudSQLSingleUserCredentials (2.8.0)

public sealed class EnableManagedRotationRequest.Types.CloudSQLSingleUserCredentials : IMessage<EnableManagedRotationRequest.Types.CloudSQLSingleUserCredentials>, IEquatable<EnableManagedRotationRequest.Types.CloudSQLSingleUserCredentials>, IDeepCloneable<EnableManagedRotationRequest.Types.CloudSQLSingleUserCredentials>, IBufferMessage, IMessage

Reference 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.

Inheritance

object > EnableManagedRotationRequest.Types.CloudSQLSingleUserCredentials

Namespace

Google.Cloud.SecretManager.V1

Assembly

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