Class: Google::Cloud::Sql::V1::PasswordStatus
- Inherits:
-
Object
- Object
- Google::Cloud::Sql::V1::PasswordStatus
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/sql/v1/cloud_sql_users.rb
Overview
Read-only password status.
Instance Attribute Summary collapse
-
#locked ⇒ ::Boolean
If true, user does not have login privileges.
-
#password_expiration_time ⇒ ::Google::Protobuf::Timestamp
The expiration time of the current password.
Instance Attribute Details
#locked ⇒ ::Boolean
Returns If true, user does not have login privileges.
140 141 142 143 |
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_users.rb', line 140 class PasswordStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#password_expiration_time ⇒ ::Google::Protobuf::Timestamp
Returns The expiration time of the current password.
140 141 142 143 |
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_users.rb', line 140 class PasswordStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |