Class: Aws::PcaConnectorScep::Types::IntuneConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::PcaConnectorScep::Types::IntuneConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pcaconnectorscep/types.rb
Overview
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 Web Services 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].
[1]: docs.aws.amazon.com/privateca/latest/userguide/scep-connector.htmlconnector-for-scep-intune.html [2]: learn.microsoft.com/en-us/mem/intune/apps/app-protection-policy
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#azure_application_id ⇒ String
The directory (tenant) ID from your Microsoft Entra ID app registration.
-
#domain ⇒ String
The primary domain from your Microsoft Entra ID app registration.
Instance Attribute Details
#azure_application_id ⇒ String
The directory (tenant) ID from your Microsoft Entra ID app registration.
580 581 582 583 584 585 |
# File 'lib/aws-sdk-pcaconnectorscep/types.rb', line 580 class IntuneConfiguration < Struct.new( :azure_application_id, :domain) SENSITIVE = [] include Aws::Structure end |
#domain ⇒ String
The primary domain from your Microsoft Entra ID app registration.
580 581 582 583 584 585 |
# File 'lib/aws-sdk-pcaconnectorscep/types.rb', line 580 class IntuneConfiguration < Struct.new( :azure_application_id, :domain) SENSITIVE = [] include Aws::Structure end |