Assembly: Metabase;
Namespace: Prognoz.Platform.Interop.Metabase;
The IPostgresUserSPUD interface contains properties used to determine parameters of the user of the repository, based on PostgreSQL DBMS.
IPostgresUserSPUD
Property name | Brief description | |
The AllPrivilegies property returns the total number of privileges of this user. | ||
The Authentication property determines a type of the user authentication. | ||
The Credentials property determines the repository user account. | ||
The HasPrivilege property determines if the user has a privilege. | ||
The IsGroup property indicates whether the security package user is a group member. | ||
The Modified property indicates whether user security parameters were changed. | ||
The ParamCount property returns the total number of the user parameters. | ||
The ParamName property returns a name of the user parameter. | ||
The ParamValue property determines a value of the user parameter. | ||
The UserName property determines a name of the security package user. |
See also: