Class: Aws::PcaConnectorScep::Types::MobileDeviceManagement
- Inherits:
-
Struct
- Object
- Struct
- Aws::PcaConnectorScep::Types::MobileDeviceManagement
- Includes:
- Structure, Structure::Union
- Defined in:
- lib/aws-sdk-pcaconnectorscep/types.rb
Overview
MobileDeviceManagement is a union - when making an API calls you must set exactly one of the members.
MobileDeviceManagement is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of MobileDeviceManagement corresponding to the set member.
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].
[1]: docs.aws.amazon.com/privateca/latest/userguide/scep-connector.htmlc4scep-considerations-limitations.html [2]: docs.aws.amazon.com/privateca/latest/userguide/scep-connector.htmlconnector-for-scep-intune.html
Defined Under Namespace
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#intune ⇒ Types::IntuneConfiguration
Configuration settings for use with Microsoft Intune.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#intune ⇒ Types::IntuneConfiguration
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].
[1]: docs.aws.amazon.com/privateca/latest/userguide/scep-connector.htmlconnector-for-scep-intune.html
740 741 742 743 744 745 746 747 748 749 |
# File 'lib/aws-sdk-pcaconnectorscep/types.rb', line 740 class MobileDeviceManagement < Struct.new( :intune, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class Intune < MobileDeviceManagement; end class Unknown < MobileDeviceManagement; end end |
#unknown ⇒ Object
Returns the value of attribute unknown
740 741 742 |
# File 'lib/aws-sdk-pcaconnectorscep/types.rb', line 740 def unknown @unknown end |