Class IntuneConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.pcaconnectorscep.model.IntuneConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<IntuneConfiguration.Builder,IntuneConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class IntuneConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IntuneConfiguration.Builder,IntuneConfiguration>
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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceIntuneConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringazureApplicationId()The directory (tenant) ID from your Microsoft Entra ID app registration.static IntuneConfiguration.Builderbuilder()Stringdomain()The primary domain from your Microsoft Entra ID app registration.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends IntuneConfiguration.Builder>serializableBuilderClass()IntuneConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
azureApplicationId
public final String azureApplicationId()
The directory (tenant) ID from your Microsoft Entra ID app registration.
- Returns:
- The directory (tenant) ID from your Microsoft Entra ID app registration.
-
domain
public final String domain()
The primary domain from your Microsoft Entra ID app registration.
- Returns:
- The primary domain from your Microsoft Entra ID app registration.
-
toBuilder
public IntuneConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<IntuneConfiguration.Builder,IntuneConfiguration>
-
builder
public static IntuneConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends IntuneConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-