IntuneAppProtectionPolicyRequiredException Class

  • java.lang.Object

public class IntuneAppProtectionPolicyRequiredException extends AuthenticationException

Constructor Summary

Constructor Description
IntuneAppProtectionPolicyRequiredException(final String msg, String accountUpn, String accountUserId, String tenantId, String authorityUrl)

Method Summary

Modifier and Type Method and Description
String getAccountUpn()
String getAccountUserId()
String getAuthorityURL()
String getTenantId()

Inherited Members

Constructor Details

IntuneAppProtectionPolicyRequiredException

public IntuneAppProtectionPolicyRequiredException(final String msg, String accountUpn, String accountUserId, String tenantId, String authorityUrl)

Parameters:

msg - Details related to the error such as query string, request info
accountUpn - The UPN of the account, needed for Intune MAM enrollment.
accountUserId - The unique ID of the account, needed for Intune MAM enrollment.
tenantId - The tenant ID, needed of Intune MAM enrollment.
authorityUrl - The authority URL, used by Intune MAM enrollment to support sovereign clouds. If null, default public cloud will be used.

Method Details

getAccountUpn

public String getAccountUpn()

getAccountUserId

public String getAccountUserId()

getAuthorityURL

public String getAuthorityURL()

getTenantId

public String getTenantId()

Applies to