Microsoft Information Protection (MIP) SDK for C++: Reference 1.15
Doxygen-generated documentation for MIP SDK written in C++
Loading...
Searching...
No Matches
TenantInformation Class Referenceabstract

Tenant information from RMS. More...

#include <src/api/mip/protection/tenant_information.h>

Public Member Functions

virtual const std::string & GetExtranetUrl () const =0
 Get the extranet Url of tenant.
 
virtual const std::string & GetIntranetUrl () const =0
 Get intranet Url of tenant (Expected to match extranet url outside of ADRMS scenarios)
 
virtual const std::string & GetIssuerName () const =0
 Get the issuer name.
 
virtual const std::string & GetTenantId () const =0
 Get Id of Tenant if applicable.
 

Detailed Description

Tenant information from RMS.

Definition at line 46 of file tenant_information.h.

Member Function Documentation

◆ GetExtranetUrl()

virtual const std::string & TenantInformation::GetExtranetUrl ( ) const
pure virtual

Get the extranet Url of tenant.

Returns
The URL used to obtain licenses for content outside an enterprise's intranet

◆ GetIntranetUrl()

virtual const std::string & TenantInformation::GetIntranetUrl ( ) const
pure virtual

Get intranet Url of tenant (Expected to match extranet url outside of ADRMS scenarios)

Returns
The URL used to obtain licenses for content within an enterprise's intranet. Same as extranet url for tenants that use Azure RMS.

◆ GetIssuerName()

virtual const std::string & TenantInformation::GetIssuerName ( ) const
pure virtual

Get the issuer name.

Returns
The display name for the organization associated with this tenant

◆ GetTenantId()

virtual const std::string & TenantInformation::GetTenantId ( ) const
pure virtual

Get Id of Tenant if applicable.

Returns
The unique id used to refer to this tenant

The documentation for this class was generated from the following file: