Objects/Codeunits/Codeunit 9871 Security Group Impl.
Codeunit 9871 Security Group Impl. in 23
Jonas Paprotka, System Application 23.5.16502.31399, checked
- App
- System Application
- Namespace
- System.Security.AccessControl
Procedures, 21Events, 2
Versions171819202122232425262728latest
Source242526272829
Procedures, 21
| Name | Parameters | Returns | Access | Obsolete |
|---|
| ValidateGroupId | (Text) | | public | - |
| Create | (Code[20], Text) | | public | - |
| Delete | (Code[20]) | | public | - |
| Copy | (Code[20], Code[20], Text) | | public | - |
| CopyPermissions | (Code[20], Code[20]) | | public | - |
| AddPermissionSet | (Code[20], Code[20], Text[30], Option, Guid) | | public | - |
| RemovePermissionSet | (Code[20], Code[20], Text[30], Option, Guid) | Boolean | public | - |
| GetGroupUserSecurityId | (Code[20]) | Guid | public | - |
| Export | (List, OutStream) | | public | - |
| Import | (InStream) | | public | - |
| GetAvailableGroups | (var Record Security Group Buffer) | | public | - |
| GetGroups | (var Record Security Group Buffer) | | public | - |
| GetMembers | (var Record Security Group Member Buffer) | List | public | - |
| GetName | (Code[20], var Text[250]) | Boolean | public | - |
| TryGetNameById | (Text, var Text[250]) | Boolean | public | - |
| GetId | (Code[20]) | Text[250] | public | - |
| GetIdByName | (Text) | Text | public | - |
| IsWindowsAuthentication | () | Boolean | public | - |
| SendNotificationForDeletedGroups | (var Record Security Group Buffer) | | public | - |
| GetDesirableCode | (Text) | Code[20] | public | - |
| TryGetIdByName | (Text, var Text) | Boolean | public | - |
Events, 2
| Kind | Name | Parameters | Obsolete |
|---|
| Internal event | OnIsWindowsAuthentication | (var Boolean, var Boolean) | - |
| Internal event | OnBeforeCreateAadGroupUserInSaaS | (var Record Security Group, Text, Text, var Boolean) | - |