Microsoft Information Protection (MIP) SDK for C++: Reference 1.16
Doxygen-generated documentation for MIP SDK written in C++
|
Service information returned by cloud discovery. More...
#include <src/api/mip/cloud_discovery_delegate.h>
Public Member Functions | |
std::string | GetAuthority () const |
Gets the authority string for authentication. | |
std::string | GetResource () const |
Gets the resource string for authentication. | |
ServiceType | GetServiceType () const |
Gets the service type of this ServiceInfo, like Protection, Policy, Telemetry, etc. | |
std::string | GetUrl () const |
Gets the service URL like https://api.aadrm.com. | |
ServiceInfo () | |
ServiceInfo (ServiceType serviceType, std::string url) | |
ServiceInfo (ServiceType serviceType, std::string url, std::string resource, std::string authority) | |
Service information returned by cloud discovery.
Definition at line 49 of file cloud_discovery_delegate.h.
|
inline |
Definition at line 51 of file cloud_discovery_delegate.h.
|
inline |
Definition at line 58 of file cloud_discovery_delegate.h.
|
inline |
Definition at line 62 of file cloud_discovery_delegate.h.
|
inline |
Gets the authority string for authentication.
Definition at line 95 of file cloud_discovery_delegate.h.
|
inline |
Gets the resource string for authentication.
Definition at line 88 of file cloud_discovery_delegate.h.
|
inline |
Gets the service type of this ServiceInfo, like Protection, Policy, Telemetry, etc.
Definition at line 74 of file cloud_discovery_delegate.h.
|
inline |
Gets the service URL like https://api.aadrm.com.
Definition at line 81 of file cloud_discovery_delegate.h.