Interface GraphRBACApi
-
@Consumes("application/json") public interface GraphRBACApi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServicePrincipal
getCurrentServicePrincipal()
-
-
-
Method Detail
-
getCurrentServicePrincipal
@GET @Path("/servicePrincipals") ServicePrincipal getCurrentServicePrincipal()
-
-