interface MobileDeviceManagementProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_pcaconnectorscep.CfnConnector.MobileDeviceManagementProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awspcaconnectorscep#CfnConnector_MobileDeviceManagementProperty |
![]() | software.amazon.awscdk.services.pcaconnectorscep.CfnConnector.MobileDeviceManagementProperty |
![]() | aws_cdk.aws_pcaconnectorscep.CfnConnector.MobileDeviceManagementProperty |
![]() | aws-cdk-lib » aws_pcaconnectorscep » CfnConnector » MobileDeviceManagementProperty |
If you don't supply a value, by default Connector for SCEP creates a connector for general-purpose use.
A general-purpose connector is designed to work with clients or endpoints that support the SCEP protocol, except Connector for SCEP for Microsoft Intune. For information about considerations and limitations with using Connector for SCEP, see Considerations and Limitations .
If you provide an IntuneConfiguration
, Connector for SCEP creates a connector for use with Microsoft Intune, and you manage the challenge passwords using Microsoft Intune. For more information, see Using Connector for SCEP for Microsoft Intune .
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 mobileDeviceManagementProperty: pcaconnectorscep.CfnConnector.MobileDeviceManagementProperty = {
intune: {
azureApplicationId: 'azureApplicationId',
domain: 'domain',
},
};
Properties
Name | Type | Description |
---|---|---|
intune | IResolvable | Intune | Configuration settings for use with Microsoft Intune. |
intune
Type:
IResolvable
|
Intune
Configuration settings for use with Microsoft Intune.
For information about using Connector for SCEP for Microsoft Intune, see Using Connector for SCEP for Microsoft Intune .