user_name | TEXT | The name of the user. |
login_name | TEXT | The name of the login linked to the user. Empty if the login is linked to a service account. |
service_account_name | TEXT | The name of the service account linked to the user. Empty if the login is linked to a service account. |
default_database | TEXT | The default database set for the user. |
default_schema | TEXT | The default schema set for the user. |
default_engine | TEXT | The default engine set for the user. |
created | TIMESTAMPTZ | Time the user was created. |
user_owner | TEXT | The name of the user who created the user. |
last_altered | TIMESTAMPTZ | Time the user was last altered. |
last_altered_by | TEXT | The name of the last user to edit the user. |