Interface CfnConnector.IIntuneConfigurationProperty
Contains configuration details for use with Microsoft Intune.
Namespace: Amazon.CDK.AwsPcaconnectorscep
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IIntuneConfigurationProperty
Syntax (vb)
Public Interface IIntuneConfigurationProperty
Remarks
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 AWS 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 .
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Aws_pcaconnectorscep;
var intuneConfigurationProperty = new IntuneConfigurationProperty {
AzureApplicationId = "azureApplicationId",
Domain = "domain"
};
Synopsis
Properties
Azure |
The directory (tenant) ID from your Microsoft Entra ID app registration. |
Domain | The primary domain from your Microsoft Entra ID app registration. |
Properties
AzureApplicationId
The directory (tenant) ID from your Microsoft Entra ID app registration.
string AzureApplicationId { get; }
Property Value
System.
Remarks
Domain
The primary domain from your Microsoft Entra ID app registration.
string Domain { get; }
Property Value
System.