interface IntuneConfigurationProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.aws_pcaconnectorscep.CfnConnector.IntuneConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awspcaconnectorscep#CfnConnector_IntuneConfigurationProperty |
Java | software.amazon.awscdk.services.pcaconnectorscep.CfnConnector.IntuneConfigurationProperty |
Python | aws_cdk.aws_pcaconnectorscep.CfnConnector.IntuneConfigurationProperty |
TypeScript | aws-cdk-lib » aws_pcaconnectorscep » CfnConnector » IntuneConfigurationProperty |
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 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 .
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_pcaconnectorscep as pcaconnectorscep } from 'aws-cdk-lib';
const intuneConfigurationProperty: pcaconnectorscep.CfnConnector.IntuneConfigurationProperty = {
azureApplicationId: 'azureApplicationId',
domain: 'domain',
};
Properties
Name | Type | Description |
---|---|---|
azure | string | The directory (tenant) ID from your Microsoft Entra ID app registration. |
domain | string | The primary domain from your Microsoft Entra ID app registration. |
azureApplicationId
Type:
string
The directory (tenant) ID from your Microsoft Entra ID app registration.
domain
Type:
string
The primary domain from your Microsoft Entra ID app registration.