AWS::PCAConnectorSCEP::Connector 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 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
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "AzureApplicationId" :
String
, "Domain" :String
}
YAML
AzureApplicationId:
String
Domain:String
Properties
AzureApplicationId
-
The directory (tenant) ID from your Microsoft Entra ID app registration.
Required: Yes
Type: String
Pattern:
^[a-zA-Z0-9]{2,15}-[a-zA-Z0-9]{2,15}-[a-zA-Z0-9]{2,15}-[a-zA-Z0-9]{2,15}-[a-zA-Z0-9]{2,15}$
Minimum:
15
Maximum:
100
Update requires: Replacement
Domain
-
The primary domain from your Microsoft Entra ID app registration.
Required: Yes
Type: String
Pattern:
^[a-zA-Z0-9._-]+$
Minimum:
1
Maximum:
256
Update requires: Replacement