ServiceClient.IService.SecurityPrincipalsGet Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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