interface IntuneConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.PCAConnectorSCEP.Mixins.CfnConnectorPropsMixin.IntuneConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awspcaconnectorscep/mixins#CfnConnectorPropsMixin_IntuneConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.pcaconnectorscep.mixins.CfnConnectorPropsMixin.IntuneConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_pcaconnectorscep.mixins.CfnConnectorPropsMixin.IntuneConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_pcaconnectorscep » mixins » CfnConnectorPropsMixin » 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 { mixins as pcaconnectorscep_mixins } from '@aws-cdk/mixins-preview/aws-pcaconnectorscep';
const intuneConfigurationProperty: pcaconnectorscep_mixins.CfnConnectorPropsMixin.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
(optional)
The directory (tenant) ID from your Microsoft Entra ID app registration.
domain?
Type:
string
(optional)
The primary domain from your Microsoft Entra ID app registration.

.NET
Go
Java
Python
TypeScript