Class: Google::Cloud::Sql::V1::SqlServerUserDetails
- Inherits:
-
Object
- Object
- Google::Cloud::Sql::V1::SqlServerUserDetails
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/sql/v1/cloud_sql_users.rb
Overview
Represents a Sql Server user on the Cloud SQL instance.
Instance Attribute Summary collapse
-
#disabled ⇒ ::Boolean
If the user has been disabled.
-
#server_roles ⇒ ::Array<::String>
The server roles for this user.
Instance Attribute Details
#disabled ⇒ ::Boolean
Returns If the user has been disabled.
268 269 270 271 |
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_users.rb', line 268 class SqlServerUserDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#server_roles ⇒ ::Array<::String>
Returns The server roles for this user.
268 269 270 271 |
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_users.rb', line 268 class SqlServerUserDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |