Secret Manager V1 API - Class Google::Cloud::SecretManager::V1::EnableManagedRotationRequest::CloudSQLSingleUserCredentials (v1.9.0)

Reference documentation and code samples for the Secret Manager V1 API class Google::Cloud::SecretManager::V1::EnableManagedRotationRequest::CloudSQLSingleUserCredentials.

These are the credentials required for Cloud SQL DB for Single user Managed Rotation.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#instance_id

def instance_id() -> ::String
Returns
  • (::String) — Required. Instance ID of the Cloud SQL instance.

#instance_id=

def instance_id=(value) -> ::String
Parameter
  • value (::String) — Required. Instance ID of the Cloud SQL instance.
Returns
  • (::String) — Required. Instance ID of the Cloud SQL instance.

#password

def password() -> ::String
Returns
  • (::String) — Optional. Password of the Cloud SQL instance. If this is not provided, a random password will be generated.

#password=

def password=(value) -> ::String
Parameter
  • value (::String) — Optional. Password of the Cloud SQL instance. If this is not provided, a random password will be generated.
Returns
  • (::String) — Optional. Password of the Cloud SQL instance. If this is not provided, a random password will be generated.

#username

def username() -> ::String
Returns
  • (::String) — Required. Username of the Cloud SQL instance.

#username=

def username=(value) -> ::String
Parameter
  • value (::String) — Required. Username of the Cloud SQL instance.
Returns
  • (::String) — Required. Username of the Cloud SQL instance.