The ISecurityPackageUserData interface is used to determine repository user security parameters.
ISecurityPackageUserData
User security parameters can be obtained using the IMetabaseUser.PackageData property.
The interface is basic for the following interfaces:
Property name | Brief description | |
AllPrivilegies | The AllPrivilegies property returns the total number of user privileges. | |
Authentication | The Authentication property determines a type of user authentication. | |
Credentials | The Credentials property determines repository user credentials. | |
HasPrivilege | The HasPrivilege property determines whether the user has the specified privilege. | |
IsGroup | The IsGroup property determines whether the security package user is a group member. | |
Modified | The Modified property determines whether user security parameters were changed. | |
ParamCount | The ParamCount property returns the total number of user parameters. | |
ParamName | The ParamName property returns the name of the user parameter. | |
ParamValue | The ParamValue property determines a value of the user parameter. | |
UserName | The UserName property determines a name of the security package user. |
See also: