ServiceClient.IService.SecurityPrincipalsGet Method

Definition

Retrieves the security principals and their permissions.

 virtual Microsoft::MasterDataServices::SecurityPrincipalsGetResponse ^ Microsoft.MasterDataServices.IService.SecurityPrincipalsGet(Microsoft::MasterDataServices::SecurityPrincipalsGetRequest ^ request) = Microsoft::MasterDataServices::IService::SecurityPrincipalsGet;
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
Microsoft.MasterDataServices.SecurityPrincipalsGetResponse IService.SecurityPrincipalsGet (Microsoft.MasterDataServices.SecurityPrincipalsGetRequest request);
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
abstract member Microsoft.MasterDataServices.IService.SecurityPrincipalsGet : Microsoft.MasterDataServices.SecurityPrincipalsGetRequest -> Microsoft.MasterDataServices.SecurityPrincipalsGetResponse
override this.Microsoft.MasterDataServices.IService.SecurityPrincipalsGet : Microsoft.MasterDataServices.SecurityPrincipalsGetRequest -> Microsoft.MasterDataServices.SecurityPrincipalsGetResponse
Function SecurityPrincipalsGet (request As SecurityPrincipalsGetRequest) As SecurityPrincipalsGetResponse Implements IService.SecurityPrincipalsGet

Parameters

request
SecurityPrincipalsGetRequest

The get request.

Returns

The SecurityPrincipalsGetResponse for the operation.

Implements

Attributes

Applies to