|
Microsoft Information Protection SDK - C++ 1.18
API Reference Documentation for C++
|
Service information returned by cloud discovery. More...
#include <cloud_discovery_delegate.h>
Public Member Functions | |
| ServiceInfo () | |
| ServiceInfo (ServiceType serviceType, std::string url) | |
| ServiceInfo (ServiceType serviceType, std::string url, std::string resource, std::string authority) | |
| 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. | |
| std::string | GetResource () const |
| Gets the resource string for authentication. | |
| std::string | GetAuthority () const |
| Gets the authority string for authentication. | |
Private Attributes | |
| ServiceType | mServiceType |
| std::string | mUrl |
| std::string | mResource |
| std::string | mAuthority |
Service information returned by cloud discovery.
|
inline |
|
inline |
|
inline |
|
inline |
Gets the authority string for authentication.
|
inline |
Gets the resource string for authentication.
|
inline |
Gets the service type of this ServiceInfo, like Protection, Policy, Telemetry, etc.
|
inline |
Gets the service URL like https://api.aadrm.com.
|
private |
|
private |
|
private |
|
private |