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
-
#intune ⇒ Types::IntuneConfiguration
Configuration settings for use with Microsoft Intune.
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.
748 749 750 751 752 753 754 755 756 757 |
# File 'gems/aws-sdk-pcaconnectorscep/lib/aws-sdk-pcaconnectorscep/types.rb', line 748 class MobileDeviceManagement < Struct.new( :intune, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class Intune < MobileDeviceManagement; end class Unknown < MobileDeviceManagement; end end |