Class: Aws::PcaConnectorScep::Types::MobileDeviceManagement

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pcaconnectorscep/lib/aws-sdk-pcaconnectorscep/types.rb

Overview

Note:

MobileDeviceManagement is a union - when making an API calls you must set exactly one of the members.

Note:

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.

Direct Known Subclasses

Intune, Unknown

Defined Under Namespace

Classes: Intune, Unknown

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#intuneTypes::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.



740
741
742
743
744
745
746
747
748
749
# File 'gems/aws-sdk-pcaconnectorscep/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

#unknownObject

Returns the value of attribute unknown

Returns:

  • (Object)

    the current value of unknown



740
741
742
# File 'gems/aws-sdk-pcaconnectorscep/lib/aws-sdk-pcaconnectorscep/types.rb', line 740

def unknown
  @unknown
end