Method: OCI::Identity::Models::UserCapabilities#can_use_console_password

Defined in:
lib/oci/identity/models/user_capabilities.rb

#can_use_console_passwordBOOLEAN

Indicates if the user can log in to the console.

Returns:

  • (BOOLEAN)


11
12
13
# File 'lib/oci/identity/models/user_capabilities.rb', line 11

def can_use_console_password
  @can_use_console_password
end