ServiceClient.SecurityPrivilegesGet Method

Definition

Retrieves the security permissions for selected principals and/or models.

public:
 Microsoft::MasterDataServices::OperationResult ^ SecurityPrivilegesGet(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::SecurityPrivilegesGetCriteria ^ Criteria, [Runtime::InteropServices::Out] Microsoft::MasterDataServices::SecurityPrivileges ^ % Privileges);
public Microsoft.MasterDataServices.OperationResult SecurityPrivilegesGet (Microsoft.MasterDataServices.International International, Microsoft.MasterDataServices.SecurityPrivilegesGetCriteria Criteria, out Microsoft.MasterDataServices.SecurityPrivileges Privileges);
member this.SecurityPrivilegesGet : Microsoft.MasterDataServices.International * Microsoft.MasterDataServices.SecurityPrivilegesGetCriteria * SecurityPrivileges -> Microsoft.MasterDataServices.OperationResult
Public Function SecurityPrivilegesGet (International As International, Criteria As SecurityPrivilegesGetCriteria, ByRef Privileges As SecurityPrivileges) As OperationResult

Parameters

International
International

The cultural settings.

Criteria
SecurityPrivilegesGetCriteria

The criteria that specifies the function, hierarchy member, and model privileges to be returned.

Privileges
SecurityPrivileges

When this method returns, contains the security privileges at function, hierarchy member, and model levels. This parameter is passed uninitialized.

Returns

An OperationResult object containing the result of an operation.

Applies to