Freigeben über


Admin.SetActiveDirectorySyncGroupSettings-Methode

Gruppe von Sicherheitseinstellungen aktualisiert mit Active Directory-Informationen.

Namespace:  WebSvcAdmin
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Admin/SetActiveDirectorySyncGroupSettings", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Admin/",  _
    ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Admin/",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Sub SetActiveDirectorySyncGroupSettings ( _
    settings As ADSyncGroupSettings _
)
'Usage
Dim instance As Admin
Dim settings As ADSyncGroupSettings

instance.SetActiveDirectorySyncGroupSettings(settings)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Admin/SetActiveDirectorySyncGroupSettings", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Admin/", 
    ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Admin/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public void SetActiveDirectorySyncGroupSettings(
    ADSyncGroupSettings settings
)

Parameter

Hinweise

Die Seite Synchronisierung des Active Directory Enterprise Ressourcenpools in Project Web App (https://ServerName/ProjectServerName/_layouts/pwa/ADSyncERP.aspx) wird die SetActiveDirectorySyncGroupSettings -Methode verwendet.

Project Server-Berechtigungen

Berechtigung

Beschreibung

ManageActiveDirectorySettings

Ermöglicht einem Benutzer das Active Directory-Einstellungen verwalten. Die globale Berechtigung.

ManageSiteServices

Ermöglicht einem Benutzer das Verwalten von Diensten wie Active Directory-Einstellungen und Timeouts für die Datenbank. Die globale Berechtigung.

Siehe auch

Referenz

Admin Klasse

Admin-Member

WebSvcAdmin-Namespace