@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IntuneConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Contains configuration details for use with Microsoft Intune. For information about using Connector for SCEP for Microsoft Intune, see Using Connector for SCEP for Microsoft Intune.
When you use Connector for SCEP for Microsoft Intune, certain functionalities are enabled by accessing Microsoft Intune through the Microsoft API. Your use of the Connector for SCEP and accompanying Amazon Web Services services doesn't remove your need to have a valid license for your use of the Microsoft Intune service. You should also review the Microsoft IntuneĀ® App Protection Policies.
Constructor and Description |
---|
IntuneConfiguration() |
Modifier and Type | Method and Description |
---|---|
IntuneConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getAzureApplicationId()
The directory (tenant) ID from your Microsoft Entra ID app registration.
|
String |
getDomain()
The primary domain from your Microsoft Entra ID app registration.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAzureApplicationId(String azureApplicationId)
The directory (tenant) ID from your Microsoft Entra ID app registration.
|
void |
setDomain(String domain)
The primary domain from your Microsoft Entra ID app registration.
|
String |
toString()
Returns a string representation of this object.
|
IntuneConfiguration |
withAzureApplicationId(String azureApplicationId)
The directory (tenant) ID from your Microsoft Entra ID app registration.
|
IntuneConfiguration |
withDomain(String domain)
The primary domain from your Microsoft Entra ID app registration.
|
public void setAzureApplicationId(String azureApplicationId)
The directory (tenant) ID from your Microsoft Entra ID app registration.
azureApplicationId
- The directory (tenant) ID from your Microsoft Entra ID app registration.public String getAzureApplicationId()
The directory (tenant) ID from your Microsoft Entra ID app registration.
public IntuneConfiguration withAzureApplicationId(String azureApplicationId)
The directory (tenant) ID from your Microsoft Entra ID app registration.
azureApplicationId
- The directory (tenant) ID from your Microsoft Entra ID app registration.public void setDomain(String domain)
The primary domain from your Microsoft Entra ID app registration.
domain
- The primary domain from your Microsoft Entra ID app registration.public String getDomain()
The primary domain from your Microsoft Entra ID app registration.
public IntuneConfiguration withDomain(String domain)
The primary domain from your Microsoft Entra ID app registration.
domain
- The primary domain from your Microsoft Entra ID app registration.public String toString()
toString
in class Object
Object.toString()
public IntuneConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.