Module: Aws::PcaConnectorScep::Types

Defined in:
gems/aws-sdk-pcaconnectorscep/lib/aws-sdk-pcaconnectorscep/types.rb

Defined Under Namespace

Classes: AccessDeniedException, BadRequestException, Challenge, ChallengeMetadata, ChallengeMetadataSummary, ConflictException, Connector, ConnectorSummary, CreateChallengeRequest, CreateChallengeResponse, CreateConnectorRequest, CreateConnectorResponse, DeleteChallengeRequest, DeleteConnectorRequest, GetChallengeMetadataRequest, GetChallengeMetadataResponse, GetChallengePasswordRequest, GetChallengePasswordResponse, GetConnectorRequest, GetConnectorResponse, InternalServerException, IntuneConfiguration, ListChallengeMetadataRequest, ListChallengeMetadataResponse, ListConnectorsRequest, ListConnectorsResponse, ListTagsForResourceRequest, ListTagsForResourceResponse, MobileDeviceManagement, OpenIdConfiguration, ResourceNotFoundException, ServiceQuotaExceededException, TagResourceRequest, ThrottlingException, UntagResourceRequest, ValidationException

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