Class DeviceManagement
- java.lang.Object
-
- odata.msgraph.client.beta.entity.Entity
-
- odata.msgraph.client.beta.entity.DeviceManagement
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class DeviceManagement extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
“Singleton entity that acts as a container for all device management functionality.”
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeviceManagement.Builder
-
Field Summary
Fields Modifier and Type Field Description protected OffsetDateTimeaccountMoveCompletionDateTimeprotected AdminConsentadminConsentprotected OffsetDateTimedeviceComplianceReportSummarizationDateTimeprotected DeviceProtectionOverviewdeviceProtectionOverviewprotected UUIDintuneAccountIdprotected IntuneBrandintuneBrandprotected OffsetDateTimelastReportAggregationDateTimeprotected BooleanlegacyPcManangementEnabledprotected ManagedDeviceCleanupSettingsmanagedDeviceCleanupSettingsprotected IntegermaximumDepTokensprotected DeviceManagementSettingssettingsprotected DeviceManagementSubscriptionssubscriptionsprotected DeviceManagementSubscriptionStatesubscriptionStateprotected BooleanunlicensedAdminstratorsEnabledprotected UserExperienceAnalyticsSettingsuserExperienceAnalyticsSettingsprotected WindowsMalwareOverviewwindowsMalwareOverview-
Fields inherited from class odata.msgraph.client.beta.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDeviceManagement()
-
Method Summary
-
-
-
Field Detail
-
deviceComplianceReportSummarizationDateTime
protected OffsetDateTime deviceComplianceReportSummarizationDateTime
-
intuneAccountId
protected UUID intuneAccountId
-
lastReportAggregationDateTime
protected OffsetDateTime lastReportAggregationDateTime
-
legacyPcManangementEnabled
protected Boolean legacyPcManangementEnabled
-
maximumDepTokens
protected Integer maximumDepTokens
-
settings
protected DeviceManagementSettings settings
-
unlicensedAdminstratorsEnabled
protected Boolean unlicensedAdminstratorsEnabled
-
intuneBrand
protected IntuneBrand intuneBrand
-
accountMoveCompletionDateTime
protected OffsetDateTime accountMoveCompletionDateTime
-
adminConsent
protected AdminConsent adminConsent
-
deviceProtectionOverview
protected DeviceProtectionOverview deviceProtectionOverview
-
managedDeviceCleanupSettings
protected ManagedDeviceCleanupSettings managedDeviceCleanupSettings
-
subscriptions
protected DeviceManagementSubscriptions subscriptions
-
subscriptionState
protected DeviceManagementSubscriptionState subscriptionState
-
userExperienceAnalyticsSettings
protected UserExperienceAnalyticsSettings userExperienceAnalyticsSettings
-
windowsMalwareOverview
protected WindowsMalwareOverview windowsMalwareOverview
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classEntity
-
builderDeviceManagement
public static DeviceManagement.Builder builderDeviceManagement()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
getChangedFields
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
- Specified by:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classEntity
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classEntity
-
getDeviceComplianceReportSummarizationDateTime
public Optional<OffsetDateTime> getDeviceComplianceReportSummarizationDateTime()
“The last requested time of device compliance reporting for this account. This property is read-only.”Org.OData.Core.V1.Computed
true
Org.OData.Core.V1.Permissions
- Returns:
- property deviceComplianceReportSummarizationDateTime
-
withDeviceComplianceReportSummarizationDateTime
public DeviceManagement withDeviceComplianceReportSummarizationDateTime(OffsetDateTime deviceComplianceReportSummarizationDateTime)
Returns an immutable copy ofthiswith just thedeviceComplianceReportSummarizationDateTimefield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.“The last requested time of device compliance reporting for this account. This property is read-only.”
Org.OData.Core.V1.Computed
true
Org.OData.Core.V1.Permissions
- Parameters:
deviceComplianceReportSummarizationDateTime- new value ofdeviceComplianceReportSummarizationDateTimefield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thedeviceComplianceReportSummarizationDateTimefield changed
-
getIntuneAccountId
public Optional<UUID> getIntuneAccountId()
“Intune Account Id for given tenant”- Returns:
- property intuneAccountId
-
withIntuneAccountId
public DeviceManagement withIntuneAccountId(UUID intuneAccountId)
Returns an immutable copy ofthiswith just theintuneAccountIdfield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis. patch()is called (if available)on the returned object only the changed fields are submitted.“Intune Account Id for given tenant”
- Parameters:
intuneAccountId- new value ofintuneAccountIdfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just theintuneAccountIdfield changed
-
getLastReportAggregationDateTime
public Optional<OffsetDateTime> getLastReportAggregationDateTime()
“The last modified time of reporting for this account. This property is read-only .”Org.OData.Core.V1.Computed
true
Org.OData.Core.V1.Permissions
- Returns:
- property lastReportAggregationDateTime
-
withLastReportAggregationDateTime
public DeviceManagement withLastReportAggregationDateTime(OffsetDateTime lastReportAggregationDateTime)
Returns an immutable copy ofthiswith just thelastReportAggregationDateTimefield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.“The last modified time of reporting for this account. This property is read-only .”
Org.OData.Core.V1.Computed
true
Org.OData.Core.V1.Permissions
- Parameters:
lastReportAggregationDateTime- new value oflastReportAggregationDateTimefield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thelastReportAggregationDateTimefield changed
-
getLegacyPcManangementEnabled
public Optional<Boolean> getLegacyPcManangementEnabled()
“The property to enable Non-MDM managed legacy PC management for this account. This property is read-only.”Org.OData.Core.V1.Computed
true
Org.OData.Core.V1.Permissions
- Returns:
- property legacyPcManangementEnabled
-
withLegacyPcManangementEnabled
public DeviceManagement withLegacyPcManangementEnabled(Boolean legacyPcManangementEnabled)
Returns an immutable copy ofthiswith just thelegacyPcManangementEnabledfield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.“The property to enable Non-MDM managed legacy PC management for this account. This property is read-only.”
Org.OData.Core.V1.Computed
true
Org.OData.Core.V1.Permissions
- Parameters:
legacyPcManangementEnabled- new value oflegacyPcManangementEnabledfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thelegacyPcManangementEnabledfield changed
-
getMaximumDepTokens
public Optional<Integer> getMaximumDepTokens()
“Maximum number of dep tokens allowed per-tenant.”- Returns:
- property maximumDepTokens
-
withMaximumDepTokens
public DeviceManagement withMaximumDepTokens(Integer maximumDepTokens)
Returns an immutable copy ofthiswith just themaximumDepTokensfield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis. patch()is called (if available)on the returned object only the changed fields are submitted.“Maximum number of dep tokens allowed per-tenant.”
- Parameters:
maximumDepTokens- new value ofmaximumDepTokensfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just themaximumDepTokensfield changed
-
getSettings
public Optional<DeviceManagementSettings> getSettings()
“Account level settings.”- Returns:
- property settings
-
withSettings
public DeviceManagement withSettings(DeviceManagementSettings settings)
Returns an immutable copy ofthiswith just thesettingsfield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.“Account level settings.”
- Parameters:
settings- new value ofsettingsfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thesettingsfield changed
-
getUnlicensedAdminstratorsEnabled
public Optional<Boolean> getUnlicensedAdminstratorsEnabled()
“When enabled, users assigned as administrators via Role Assignment Memberships do not require an assigned Intune license. Prior to this, only Intune licensed users were granted permissions with an Intune role unless they were assigned a role via Azure Active Directory. You are limited to 350 unlicensed direct members for each AAD security group in a role assignment, but you can assign multiple AAD security groups to a role if you need to support more than 350 unlicensed administrators. Licensed administrators are unaffected, do not have to be direct members, nor does the 350 member limit apply. This property is read -only.”Org.OData.Core.V1.Computed
true
Org.OData.Core.V1.Permissions
- Returns:
- property unlicensedAdminstratorsEnabled
-
withUnlicensedAdminstratorsEnabled
public DeviceManagement withUnlicensedAdminstratorsEnabled(Boolean unlicensedAdminstratorsEnabled)
Returns an immutable copy ofthiswith just theunlicensedAdminstratorsEnabledfield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.“When enabled, users assigned as administrators via Role Assignment Memberships do not require an assigned Intune license. Prior to this, only Intune licensed users were granted permissions with an Intune role unless they were assigned a role via Azure Active Directory. You are limited to 350 unlicensed direct members for each AAD security group in a role assignment, but you can assign multiple AAD security groups to a role if you need to support more than 350 unlicensed administrators. Licensed administrators are unaffected, do not have to be direct members, nor does the 350 member limit apply. This property is read -only.”
Org.OData.Core.V1.Computed
true
Org.OData.Core.V1.Permissions
- Parameters:
unlicensedAdminstratorsEnabled- new value ofunlicensedAdminstratorsEnabledfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just theunlicensedAdminstratorsEnabledfield changed
-
getIntuneBrand
public Optional<IntuneBrand> getIntuneBrand()
“intuneBrand contains data which is used in customizing the appearance of the Company Portal applications as well as the end user web portal.”- Returns:
- property intuneBrand
-
withIntuneBrand
public DeviceManagement withIntuneBrand(IntuneBrand intuneBrand)
Returns an immutable copy ofthiswith just theintuneBrandfield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis. patch()is called (if available)on the returned object only the changed fields are submitted.“intuneBrand contains data which is used in customizing the appearance of the Company Portal applications as well as the end user web portal.”
- Parameters:
intuneBrand- new value ofintuneBrandfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just theintuneBrandfield changed
-
getAccountMoveCompletionDateTime
public Optional<OffsetDateTime> getAccountMoveCompletionDateTime()
“The date & time when tenant data moved between scaleunits.”- Returns:
- property accountMoveCompletionDateTime
-
withAccountMoveCompletionDateTime
public DeviceManagement withAccountMoveCompletionDateTime(OffsetDateTime accountMoveCompletionDateTime)
Returns an immutable copy ofthiswith just theaccountMoveCompletionDateTimefield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.“The date & time when tenant data moved between scaleunits.”
- Parameters:
accountMoveCompletionDateTime- new value ofaccountMoveCompletionDateTimefield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just theaccountMoveCompletionDateTimefield changed
-
getAdminConsent
public Optional<AdminConsent> getAdminConsent()
“Admin consent information.”- Returns:
- property adminConsent
-
withAdminConsent
public DeviceManagement withAdminConsent(AdminConsent adminConsent)
Returns an immutable copy ofthiswith just theadminConsentfield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis. patch()is called (if available)on the returned object only the changed fields are submitted.“Admin consent information.”
- Parameters:
adminConsent- new value ofadminConsentfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just theadminConsentfield changed
-
getDeviceProtectionOverview
public Optional<DeviceProtectionOverview> getDeviceProtectionOverview()
“Device protection overview.”- Returns:
- property deviceProtectionOverview
-
withDeviceProtectionOverview
public DeviceManagement withDeviceProtectionOverview(DeviceProtectionOverview deviceProtectionOverview)
Returns an immutable copy ofthiswith just thedeviceProtectionOverviewfield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.“Device protection overview.”
- Parameters:
deviceProtectionOverview- new value ofdeviceProtectionOverviewfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thedeviceProtectionOverviewfield changed
-
getManagedDeviceCleanupSettings
public Optional<ManagedDeviceCleanupSettings> getManagedDeviceCleanupSettings()
“Device cleanup rule”- Returns:
- property managedDeviceCleanupSettings
-
withManagedDeviceCleanupSettings
public DeviceManagement withManagedDeviceCleanupSettings(ManagedDeviceCleanupSettings managedDeviceCleanupSettings)
Returns an immutable copy ofthiswith just themanagedDeviceCleanupSettingsfield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.“Device cleanup rule”
- Parameters:
managedDeviceCleanupSettings- new value ofmanagedDeviceCleanupSettingsfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just themanagedDeviceCleanupSettingsfield changed
-
getSubscriptions
public Optional<DeviceManagementSubscriptions> getSubscriptions()
“Tenant's Subscription.”- Returns:
- property subscriptions
-
withSubscriptions
public DeviceManagement withSubscriptions(DeviceManagementSubscriptions subscriptions)
Returns an immutable copy ofthiswith just thesubscriptionsfield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis. patch()is called (if available)on the returned object only the changed fields are submitted.“Tenant's Subscription.”
- Parameters:
subscriptions- new value ofsubscriptionsfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thesubscriptionsfield changed
-
getSubscriptionState
public Optional<DeviceManagementSubscriptionState> getSubscriptionState()
“Tenant mobile device management subscription state.”- Returns:
- property subscriptionState
-
withSubscriptionState
public DeviceManagement withSubscriptionState(DeviceManagementSubscriptionState subscriptionState)
Returns an immutable copy ofthiswith just thesubscriptionStatefield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis. patch()is called (if available)on the returned object only the changed fields are submitted.“Tenant mobile device management subscription state.”
- Parameters:
subscriptionState- new value ofsubscriptionStatefield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thesubscriptionStatefield changed
-
getUserExperienceAnalyticsSettings
public Optional<UserExperienceAnalyticsSettings> getUserExperienceAnalyticsSettings()
“User experience analytics device settings”- Returns:
- property userExperienceAnalyticsSettings
-
withUserExperienceAnalyticsSettings
public DeviceManagement withUserExperienceAnalyticsSettings(UserExperienceAnalyticsSettings userExperienceAnalyticsSettings)
Returns an immutable copy ofthiswith just theuserExperienceAnalyticsSettingsfield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.“User experience analytics device settings”
- Parameters:
userExperienceAnalyticsSettings- new value ofuserExperienceAnalyticsSettingsfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just theuserExperienceAnalyticsSettingsfield changed
-
getWindowsMalwareOverview
public Optional<WindowsMalwareOverview> getWindowsMalwareOverview()
“Malware overview for windows devices.”- Returns:
- property windowsMalwareOverview
-
withWindowsMalwareOverview
public DeviceManagement withWindowsMalwareOverview(WindowsMalwareOverview windowsMalwareOverview)
Returns an immutable copy ofthiswith just thewindowsMalwareOverviewfield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.“Malware overview for windows devices.”
- Parameters:
windowsMalwareOverview- new value ofwindowsMalwareOverviewfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thewindowsMalwareOverviewfield changed
-
withUnmappedField
public DeviceManagement withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classEntity
-
getAndroidDeviceOwnerEnrollmentProfiles
public AndroidDeviceOwnerEnrollmentProfileCollectionRequest getAndroidDeviceOwnerEnrollmentProfiles()
“Android device owner enrollment profile entities.”- Returns:
- navigational property androidDeviceOwnerEnrollmentProfiles
-
getVirtualEndpoint
public VirtualEndpointRequest getVirtualEndpoint()
-
getAndroidForWorkAppConfigurationSchemas
public AndroidForWorkAppConfigurationSchemaCollectionRequest getAndroidForWorkAppConfigurationSchemas()
“Android for Work app configuration schema entities.”- Returns:
- navigational property androidForWorkAppConfigurationSchemas
-
getAndroidForWorkEnrollmentProfiles
public AndroidForWorkEnrollmentProfileCollectionRequest getAndroidForWorkEnrollmentProfiles()
“Android for Work enrollment profile entities.”- Returns:
- navigational property androidForWorkEnrollmentProfiles
-
getAndroidForWorkSettings
public AndroidForWorkSettingsRequest getAndroidForWorkSettings()
“The singleton Android for Work settings entity.”- Returns:
- navigational property androidForWorkSettings
-
getAndroidManagedStoreAccountEnterpriseSettings
public AndroidManagedStoreAccountEnterpriseSettingsRequest getAndroidManagedStoreAccountEnterpriseSettings()
“The singleton Android managed store account enterprise settings entity.”- Returns:
- navigational property androidManagedStoreAccountEnterpriseSettings
-
getAndroidManagedStoreAppConfigurationSchemas
public AndroidManagedStoreAppConfigurationSchemaCollectionRequest getAndroidManagedStoreAppConfigurationSchemas()
“Android Enterprise app configuration schema entities.”- Returns:
- navigational property androidManagedStoreAppConfigurationSchemas
-
getAuditEvents
public AuditEventCollectionRequest getAuditEvents()
“The Audit Events”- Returns:
- navigational property auditEvents
-
getAssignmentFilters
public DeviceAndAppManagementAssignmentFilterCollectionRequest getAssignmentFilters()
“The list of assignment filters”- Returns:
- navigational property assignmentFilters
-
getChromeOSOnboardingSettings
public ChromeOSOnboardingSettingsCollectionRequest getChromeOSOnboardingSettings()
“Collection of ChromeOSOnboardingSettings settings associated with account.”- Returns:
- navigational property chromeOSOnboardingSettings
-
getTermsAndConditions
public TermsAndConditionsCollectionRequest getTermsAndConditions()
“The terms and conditions associated with device management of the company.”- Returns:
- navigational property termsAndConditions
-
getAdvancedThreatProtectionOnboardingStateSummary
public AdvancedThreatProtectionOnboardingStateSummaryRequest getAdvancedThreatProtectionOnboardingStateSummary()
“The summary state of ATP onboarding state for this account.”- Returns:
- navigational property advancedThreatProtectionOnboardingStateSummary
-
getCartToClassAssociations
public CartToClassAssociationCollectionRequest getCartToClassAssociations()
“The Cart To Class Associations.”- Returns:
- navigational property cartToClassAssociations
-
getDeviceCompliancePolicies
public DeviceCompliancePolicyCollectionRequest getDeviceCompliancePolicies()
“The device compliance policies.”- Returns:
- navigational property deviceCompliancePolicies
-
getDeviceCompliancePolicyDeviceStateSummary
public DeviceCompliancePolicyDeviceStateSummaryRequest getDeviceCompliancePolicyDeviceStateSummary()
“The device compliance state summary for this account.”- Returns:
- navigational property deviceCompliancePolicyDeviceStateSummary
-
getDeviceCompliancePolicySettingStateSummaries
public DeviceCompliancePolicySettingStateSummaryCollectionRequest getDeviceCompliancePolicySettingStateSummaries()
“The summary states of compliance policy settings for this account.”- Returns:
- navigational property deviceCompliancePolicySettingStateSummaries
-
getDeviceConfigurationConflictSummary
public DeviceConfigurationConflictSummaryCollectionRequest getDeviceConfigurationConflictSummary()
“Summary of policies in conflict state for this account.”- Returns:
- navigational property deviceConfigurationConflictSummary
-
getDeviceConfigurationDeviceStateSummaries
public DeviceConfigurationDeviceStateSummaryRequest getDeviceConfigurationDeviceStateSummaries()
“The device configuration device state summary for this account.”- Returns:
- navigational property deviceConfigurationDeviceStateSummaries
-
getDeviceConfigurationRestrictedAppsViolations
public RestrictedAppsViolationCollectionRequest getDeviceConfigurationRestrictedAppsViolations()
“Restricted apps violations for this account.”- Returns:
- navigational property deviceConfigurationRestrictedAppsViolations
-
getDeviceConfigurations
public DeviceConfigurationCollectionRequest getDeviceConfigurations()
“The device configurations.”- Returns:
- navigational property deviceConfigurations
-
getDeviceConfigurationsAllManagedDeviceCertificateStates
public ManagedAllDeviceCertificateStateCollectionRequest getDeviceConfigurationsAllManagedDeviceCertificateStates()
“Summary of all certificates for all devices.”- Returns:
- navigational property deviceConfigurationsAllManagedDeviceCertificateStates
-
getDeviceConfigurationUserStateSummaries
public DeviceConfigurationUserStateSummaryRequest getDeviceConfigurationUserStateSummaries()
“The device configuration user state summary for this account.”- Returns:
- navigational property deviceConfigurationUserStateSummaries
-
getIosUpdateStatuses
public IosUpdateDeviceStatusCollectionRequest getIosUpdateStatuses()
“The IOS software update installation statuses for this account.”- Returns:
- navigational property iosUpdateStatuses
-
getMacOSSoftwareUpdateAccountSummaries
public MacOSSoftwareUpdateAccountSummaryCollectionRequest getMacOSSoftwareUpdateAccountSummaries()
“The MacOS software update account summaries for this account.”- Returns:
- navigational property macOSSoftwareUpdateAccountSummaries
-
getManagedDeviceEncryptionStates
public ManagedDeviceEncryptionStateCollectionRequest getManagedDeviceEncryptionStates()
“Encryption report for devices in this account”- Returns:
- navigational property managedDeviceEncryptionStates
-
getNdesConnectors
public NdesConnectorCollectionRequest getNdesConnectors()
“The collection of Ndes connectors for this account.”- Returns:
- navigational property ndesConnectors
-
getSoftwareUpdateStatusSummary
public SoftwareUpdateStatusSummaryRequest getSoftwareUpdateStatusSummary()
“The software update status summary.”- Returns:
- navigational property softwareUpdateStatusSummary
-
getComplianceCategories
public DeviceManagementConfigurationCategoryCollectionRequest getComplianceCategories()
“List of all compliance categories”- Returns:
- navigational property complianceCategories
-
getCompliancePolicies
public DeviceManagementCompliancePolicyCollectionRequest getCompliancePolicies()
“List of all compliance policies”- Returns:
- navigational property compliancePolicies
-
getComplianceSettings
public DeviceManagementConfigurationSettingDefinitionCollectionRequest getComplianceSettings()
“List of all ComplianceSettings”- Returns:
- navigational property complianceSettings
-
getConfigurationCategories
public DeviceManagementConfigurationCategoryCollectionRequest getConfigurationCategories()
“List of all Configuration Categories”- Returns:
- navigational property configurationCategories
-
getConfigurationPolicies
public DeviceManagementConfigurationPolicyCollectionRequest getConfigurationPolicies()
“List of all Configuration policies”- Returns:
- navigational property configurationPolicies
-
getConfigurationPolicyTemplates
public DeviceManagementConfigurationPolicyTemplateCollectionRequest getConfigurationPolicyTemplates()
“List of all templates”- Returns:
- navigational property configurationPolicyTemplates
-
getConfigurationSettings
public DeviceManagementConfigurationSettingDefinitionCollectionRequest getConfigurationSettings()
“List of all ConfigurationSettings”- Returns:
- navigational property configurationSettings
-
getReusablePolicySettings
public DeviceManagementReusablePolicySettingCollectionRequest getReusablePolicySettings()
“List of all reusable settings that can be referred in a policy”- Returns:
- navigational property reusablePolicySettings
-
getReusableSettings
public DeviceManagementConfigurationSettingDefinitionCollectionRequest getReusableSettings()
“List of all reusable settings”- Returns:
- navigational property reusableSettings
-
getTemplateSettings
public DeviceManagementConfigurationSettingTemplateCollectionRequest getTemplateSettings()
“List of all TemplateSettings”- Returns:
- navigational property templateSettings
-
getComplianceManagementPartners
public ComplianceManagementPartnerCollectionRequest getComplianceManagementPartners()
“The list of Compliance Management Partners configured by the tenant.”- Returns:
- navigational property complianceManagementPartners
-
getConditionalAccessSettings
public OnPremisesConditionalAccessSettingsRequest getConditionalAccessSettings()
“The Exchange on premises conditional access settings. On premises conditional access will require devices to be both enrolled and compliant for mail access”- Returns:
- navigational property conditionalAccessSettings
-
getDeviceCategories
public DeviceCategoryCollectionRequest getDeviceCategories()
“The list of device categories with the tenant.”- Returns:
- navigational property deviceCategories
-
getDeviceEnrollmentConfigurations
public DeviceEnrollmentConfigurationCollectionRequest getDeviceEnrollmentConfigurations()
“The list of device enrollment configurations”- Returns:
- navigational property deviceEnrollmentConfigurations
-
getDeviceManagementPartners
public DeviceManagementPartnerCollectionRequest getDeviceManagementPartners()
“The list of Device Management Partners configured by the tenant.”- Returns:
- navigational property deviceManagementPartners
-
getExchangeConnectors
public DeviceManagementExchangeConnectorCollectionRequest getExchangeConnectors()
“The list of Exchange Connectors configured by the tenant.”- Returns:
- navigational property exchangeConnectors
-
getExchangeOnPremisesPolicies
public DeviceManagementExchangeOnPremisesPolicyCollectionRequest getExchangeOnPremisesPolicies()
“The list of Exchange On Premisis policies configured by the tenant.”- Returns:
- navigational property exchangeOnPremisesPolicies
-
getExchangeOnPremisesPolicy
public DeviceManagementExchangeOnPremisesPolicyRequest getExchangeOnPremisesPolicy()
“The policy which controls mobile device access to Exchange On Premises”- Returns:
- navigational property exchangeOnPremisesPolicy
-
getMobileThreatDefenseConnectors
public MobileThreatDefenseConnectorCollectionRequest getMobileThreatDefenseConnectors()
“The list of Mobile threat Defense connectors configured by the tenant.”- Returns:
- navigational property mobileThreatDefenseConnectors
-
getCategories
public DeviceManagementSettingCategoryCollectionRequest getCategories()
“The available categories”- Returns:
- navigational property categories
-
getIntents
public DeviceManagementIntentCollectionRequest getIntents()
“The device management intents”- Returns:
- navigational property intents
-
getSettingDefinitions
public DeviceManagementSettingDefinitionCollectionRequest getSettingDefinitions()
“The device management intent setting definitions”- Returns:
- navigational property settingDefinitions
-
getTemplates
public DeviceManagementTemplateCollectionRequest getTemplates()
“The available templates”- Returns:
- navigational property templates
-
getApplePushNotificationCertificate
public ApplePushNotificationCertificateRequest getApplePushNotificationCertificate()
“Apple push notification certificate.”- Returns:
- navigational property applePushNotificationCertificate
-
getCloudPCConnectivityIssues
public CloudPCConnectivityIssueCollectionRequest getCloudPCConnectivityIssues()
“The list of CloudPC Connectivity Issue.”- Returns:
- navigational property cloudPCConnectivityIssues
-
getComanagedDevices
public ManagedDeviceCollectionRequest getComanagedDevices()
“The list of co-managed devices report”- Returns:
- navigational property comanagedDevices
-
getComanagementEligibleDevices
public ComanagementEligibleDeviceCollectionRequest getComanagementEligibleDevices()
“The list of co-management eligible devices report”- Returns:
- navigational property comanagementEligibleDevices
-
getDataSharingConsents
public DataSharingConsentCollectionRequest getDataSharingConsents()
“Data sharing consents.”- Returns:
- navigational property dataSharingConsents
-
getDetectedApps
public DetectedAppCollectionRequest getDetectedApps()
“The list of detected apps associated with a device.”- Returns:
- navigational property detectedApps
-
getDeviceComplianceScripts
public DeviceComplianceScriptCollectionRequest getDeviceComplianceScripts()
“The list of device compliance scripts associated with the tenant.”- Returns:
- navigational property deviceComplianceScripts
-
getDeviceCustomAttributeShellScripts
public DeviceCustomAttributeShellScriptCollectionRequest getDeviceCustomAttributeShellScripts()
“The list of device custom attribute shell scripts associated with the tenant.”- Returns:
- navigational property deviceCustomAttributeShellScripts
-
getDeviceHealthScripts
public DeviceHealthScriptCollectionRequest getDeviceHealthScripts()
“The list of device health scripts associated with the tenant.”- Returns:
- navigational property deviceHealthScripts
-
getDeviceManagementScripts
public DeviceManagementScriptCollectionRequest getDeviceManagementScripts()
“The list of device management scripts associated with the tenant.”- Returns:
- navigational property deviceManagementScripts
-
getDeviceShellScripts
public DeviceShellScriptCollectionRequest getDeviceShellScripts()
“The list of device shell scripts associated with the tenant.”- Returns:
- navigational property deviceShellScripts
-
getManagedDeviceOverview
public ManagedDeviceOverviewRequest getManagedDeviceOverview()
“Device overview”- Returns:
- navigational property managedDeviceOverview
-
getManagedDevices
public ManagedDeviceCollectionRequest getManagedDevices()
“The list of managed devices.”- Returns:
- navigational property managedDevices
-
getMobileAppTroubleshootingEvents
public MobileAppTroubleshootingEventCollectionRequest getMobileAppTroubleshootingEvents()
“The collection property of MobileAppTroubleshootingEvent.”- Returns:
- navigational property mobileAppTroubleshootingEvents
-
getOemWarrantyInformationOnboarding
public OemWarrantyInformationOnboardingCollectionRequest getOemWarrantyInformationOnboarding()
“List of OEM Warranty Statuses”- Returns:
- navigational property oemWarrantyInformationOnboarding
-
getRemoteActionAudits
public RemoteActionAuditCollectionRequest getRemoteActionAudits()
“The list of device remote action audits with the tenant.”- Returns:
- navigational property remoteActionAudits
-
getUserExperienceAnalyticsAppHealthApplicationPerformance
public UserExperienceAnalyticsAppHealthApplicationPerformanceCollectionRequest getUserExperienceAnalyticsAppHealthApplicationPerformance()
“User experience analytics appHealth Application Performance”- Returns:
- navigational property userExperienceAnalyticsAppHealthApplicationPerformance
-
getUserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion
public UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionCollectionRequest getUserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion()
“User experience analytics appHealth Application Performance by App Version”- Returns:
- navigational property userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion
-
getUserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails
public UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetailsCollectionRequest getUserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails()
“User experience analytics appHealth Application Performance by App Version details”- Returns:
- navigational property userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails
-
getUserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId
public UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceIdCollectionRequest getUserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId()
“User experience analytics appHealth Application Performance by App Version Device Id”- Returns:
- navigational property userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId
-
getUserExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion
public UserExperienceAnalyticsAppHealthAppPerformanceByOSVersionCollectionRequest getUserExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion()
“User experience analytics appHealth Application Performance by OS Version”- Returns:
- navigational property userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion
-
getUserExperienceAnalyticsAppHealthDeviceModelPerformance
public UserExperienceAnalyticsAppHealthDeviceModelPerformanceCollectionRequest getUserExperienceAnalyticsAppHealthDeviceModelPerformance()
“User experience analytics appHealth Model Performance”- Returns:
- navigational property userExperienceAnalyticsAppHealthDeviceModelPerformance
-
getUserExperienceAnalyticsAppHealthDevicePerformance
public UserExperienceAnalyticsAppHealthDevicePerformanceCollectionRequest getUserExperienceAnalyticsAppHealthDevicePerformance()
“User experience analytics appHealth Device Performance”- Returns:
- navigational property userExperienceAnalyticsAppHealthDevicePerformance
-
getUserExperienceAnalyticsAppHealthDevicePerformanceDetails
public UserExperienceAnalyticsAppHealthDevicePerformanceDetailsCollectionRequest getUserExperienceAnalyticsAppHealthDevicePerformanceDetails()
“User experience analytics device performance details”- Returns:
- navigational property userExperienceAnalyticsAppHealthDevicePerformanceDetails
-
getUserExperienceAnalyticsAppHealthOSVersionPerformance
public UserExperienceAnalyticsAppHealthOSVersionPerformanceCollectionRequest getUserExperienceAnalyticsAppHealthOSVersionPerformance()
“User experience analytics appHealth OS version Performance”- Returns:
- navigational property userExperienceAnalyticsAppHealthOSVersionPerformance
-
getUserExperienceAnalyticsAppHealthOverview
public UserExperienceAnalyticsCategoryRequest getUserExperienceAnalyticsAppHealthOverview()
“User experience analytics appHealth overview”- Returns:
- navigational property userExperienceAnalyticsAppHealthOverview
-
getUserExperienceAnalyticsBaselines
public UserExperienceAnalyticsBaselineCollectionRequest getUserExperienceAnalyticsBaselines()
“User experience analytics baselines”- Returns:
- navigational property userExperienceAnalyticsBaselines
-
getUserExperienceAnalyticsBatteryHealthAppImpact
public UserExperienceAnalyticsBatteryHealthAppImpactCollectionRequest getUserExperienceAnalyticsBatteryHealthAppImpact()
“User Experience Analytics Battery Health App Impact”- Returns:
- navigational property userExperienceAnalyticsBatteryHealthAppImpact
-
getUserExperienceAnalyticsBatteryHealthCapacityDetails
public UserExperienceAnalyticsBatteryHealthCapacityDetailsRequest getUserExperienceAnalyticsBatteryHealthCapacityDetails()
“User Experience Analytics Battery Health Capacity Details”- Returns:
- navigational property userExperienceAnalyticsBatteryHealthCapacityDetails
-
getUserExperienceAnalyticsBatteryHealthDeviceAppImpact
public UserExperienceAnalyticsBatteryHealthDeviceAppImpactCollectionRequest getUserExperienceAnalyticsBatteryHealthDeviceAppImpact()
“User Experience Analytics Battery Health Device App Impact”- Returns:
- navigational property userExperienceAnalyticsBatteryHealthDeviceAppImpact
-
getUserExperienceAnalyticsBatteryHealthDevicePerformance
public UserExperienceAnalyticsBatteryHealthDevicePerformanceCollectionRequest getUserExperienceAnalyticsBatteryHealthDevicePerformance()
“User Experience Analytics Battery Health Device Performance”- Returns:
- navigational property userExperienceAnalyticsBatteryHealthDevicePerformance
-
getUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory
public UserExperienceAnalyticsBatteryHealthDeviceRuntimeHistoryCollectionRequest getUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory()
“User Experience Analytics Battery Health Device Runtime History”- Returns:
- navigational property userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory
-
getUserExperienceAnalyticsBatteryHealthModelPerformance
public UserExperienceAnalyticsBatteryHealthModelPerformanceCollectionRequest getUserExperienceAnalyticsBatteryHealthModelPerformance()
“User Experience Analytics Battery Health Model Performance”- Returns:
- navigational property userExperienceAnalyticsBatteryHealthModelPerformance
-
getUserExperienceAnalyticsBatteryHealthOsPerformance
public UserExperienceAnalyticsBatteryHealthOsPerformanceCollectionRequest getUserExperienceAnalyticsBatteryHealthOsPerformance()
“User Experience Analytics Battery Health Os Performance”- Returns:
- navigational property userExperienceAnalyticsBatteryHealthOsPerformance
-
getUserExperienceAnalyticsBatteryHealthRuntimeDetails
public UserExperienceAnalyticsBatteryHealthRuntimeDetailsRequest getUserExperienceAnalyticsBatteryHealthRuntimeDetails()
“User Experience Analytics Battery Health Runtime Details”- Returns:
- navigational property userExperienceAnalyticsBatteryHealthRuntimeDetails
-
getUserExperienceAnalyticsCategories
public UserExperienceAnalyticsCategoryCollectionRequest getUserExperienceAnalyticsCategories()
“User experience analytics categories”- Returns:
- navigational property userExperienceAnalyticsCategories
-
getUserExperienceAnalyticsDeviceMetricHistory
public UserExperienceAnalyticsMetricHistoryCollectionRequest getUserExperienceAnalyticsDeviceMetricHistory()
“User experience analytics device metric history”- Returns:
- navigational property userExperienceAnalyticsDeviceMetricHistory
-
getUserExperienceAnalyticsDevicePerformance
public UserExperienceAnalyticsDevicePerformanceCollectionRequest getUserExperienceAnalyticsDevicePerformance()
“User experience analytics device performance”- Returns:
- navigational property userExperienceAnalyticsDevicePerformance
-
getUserExperienceAnalyticsDeviceScores
public UserExperienceAnalyticsDeviceScoresCollectionRequest getUserExperienceAnalyticsDeviceScores()
“User experience analytics device scores”- Returns:
- navigational property userExperienceAnalyticsDeviceScores
-
getUserExperienceAnalyticsDeviceStartupHistory
public UserExperienceAnalyticsDeviceStartupHistoryCollectionRequest getUserExperienceAnalyticsDeviceStartupHistory()
“User experience analytics device Startup History”- Returns:
- navigational property userExperienceAnalyticsDeviceStartupHistory
-
getUserExperienceAnalyticsDeviceStartupProcesses
public UserExperienceAnalyticsDeviceStartupProcessCollectionRequest getUserExperienceAnalyticsDeviceStartupProcesses()
“User experience analytics device Startup Processes”- Returns:
- navigational property userExperienceAnalyticsDeviceStartupProcesses
-
getUserExperienceAnalyticsDeviceStartupProcessPerformance
public UserExperienceAnalyticsDeviceStartupProcessPerformanceCollectionRequest getUserExperienceAnalyticsDeviceStartupProcessPerformance()
“User experience analytics device Startup Process Performance”- Returns:
- navigational property userExperienceAnalyticsDeviceStartupProcessPerformance
-
getUserExperienceAnalyticsDevicesWithoutCloudIdentity
public UserExperienceAnalyticsDeviceWithoutCloudIdentityCollectionRequest getUserExperienceAnalyticsDevicesWithoutCloudIdentity()
“User experience analytics devices without cloud identity.”- Returns:
- navigational property userExperienceAnalyticsDevicesWithoutCloudIdentity
-
getUserExperienceAnalyticsImpactingProcess
public UserExperienceAnalyticsImpactingProcessCollectionRequest getUserExperienceAnalyticsImpactingProcess()
“User experience analytics impacting process”- Returns:
- navigational property userExperienceAnalyticsImpactingProcess
-
getUserExperienceAnalyticsMetricHistory
public UserExperienceAnalyticsMetricHistoryCollectionRequest getUserExperienceAnalyticsMetricHistory()
“User experience analytics metric history”- Returns:
- navigational property userExperienceAnalyticsMetricHistory
-
getUserExperienceAnalyticsModelScores
public UserExperienceAnalyticsModelScoresCollectionRequest getUserExperienceAnalyticsModelScores()
“User experience analytics model scores”- Returns:
- navigational property userExperienceAnalyticsModelScores
-
getUserExperienceAnalyticsNotAutopilotReadyDevice
public UserExperienceAnalyticsNotAutopilotReadyDeviceCollectionRequest getUserExperienceAnalyticsNotAutopilotReadyDevice()
“User experience analytics devices not Windows Autopilot ready.”- Returns:
- navigational property userExperienceAnalyticsNotAutopilotReadyDevice
-
getUserExperienceAnalyticsOverview
public UserExperienceAnalyticsOverviewRequest getUserExperienceAnalyticsOverview()
“User experience analytics overview”- Returns:
- navigational property userExperienceAnalyticsOverview
-
getUserExperienceAnalyticsRegressionSummary
public UserExperienceAnalyticsRegressionSummaryRequest getUserExperienceAnalyticsRegressionSummary()
“User experience analytics regression summary”- Returns:
- navigational property userExperienceAnalyticsRegressionSummary
-
getUserExperienceAnalyticsRemoteConnection
public UserExperienceAnalyticsRemoteConnectionCollectionRequest getUserExperienceAnalyticsRemoteConnection()
“User experience analytics remote connection”- Returns:
- navigational property userExperienceAnalyticsRemoteConnection
-
getUserExperienceAnalyticsResourcePerformance
public UserExperienceAnalyticsResourcePerformanceCollectionRequest getUserExperienceAnalyticsResourcePerformance()
“User experience analytics resource performance”- Returns:
- navigational property userExperienceAnalyticsResourcePerformance
-
getUserExperienceAnalyticsScoreHistory
public UserExperienceAnalyticsScoreHistoryCollectionRequest getUserExperienceAnalyticsScoreHistory()
“User experience analytics device Startup Score History”- Returns:
- navigational property userExperienceAnalyticsScoreHistory
-
getUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric
public UserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetricRequest getUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric()
“User experience analytics work from anywhere hardware readiness metrics.”- Returns:
- navigational property userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric
-
getUserExperienceAnalyticsWorkFromAnywhereMetrics
public UserExperienceAnalyticsWorkFromAnywhereMetricCollectionRequest getUserExperienceAnalyticsWorkFromAnywhereMetrics()
“User experience analytics work from anywhere metrics.”- Returns:
- navigational property userExperienceAnalyticsWorkFromAnywhereMetrics
-
getUserExperienceAnalyticsWorkFromAnywhereModelPerformance
public UserExperienceAnalyticsWorkFromAnywhereModelPerformanceCollectionRequest getUserExperienceAnalyticsWorkFromAnywhereModelPerformance()
“The user experience analytics work from anywhere model performance”- Returns:
- navigational property userExperienceAnalyticsWorkFromAnywhereModelPerformance
-
getWindowsMalwareInformation
public WindowsMalwareInformationCollectionRequest getWindowsMalwareInformation()
“The list of affected malware in the tenant.”- Returns:
- navigational property windowsMalwareInformation
-
getDerivedCredentials
public DeviceManagementDerivedCredentialSettingsCollectionRequest getDerivedCredentials()
“Collection of Derived credential settings associated with account.”- Returns:
- navigational property derivedCredentials
-
getResourceAccessProfiles
public DeviceManagementResourceAccessProfileBaseCollectionRequest getResourceAccessProfiles()
“Collection of resource access settings associated with account.”- Returns:
- navigational property resourceAccessProfiles
-
getAppleUserInitiatedEnrollmentProfiles
public AppleUserInitiatedEnrollmentProfileCollectionRequest getAppleUserInitiatedEnrollmentProfiles()
“Apple user initiated enrollment profiles”- Returns:
- navigational property appleUserInitiatedEnrollmentProfiles
-
getDepOnboardingSettings
public DepOnboardingSettingCollectionRequest getDepOnboardingSettings()
“This collections of multiple DEP tokens per-tenant.”- Returns:
- navigational property depOnboardingSettings
-
getImportedDeviceIdentities
public ImportedDeviceIdentityCollectionRequest getImportedDeviceIdentities()
“The imported device identities.”- Returns:
- navigational property importedDeviceIdentities
-
getImportedWindowsAutopilotDeviceIdentities
public ImportedWindowsAutopilotDeviceIdentityCollectionRequest getImportedWindowsAutopilotDeviceIdentities()
“Collection of imported Windows autopilot devices.”- Returns:
- navigational property importedWindowsAutopilotDeviceIdentities
-
getWindowsAutopilotDeploymentProfiles
public WindowsAutopilotDeploymentProfileCollectionRequest getWindowsAutopilotDeploymentProfiles()
“Windows auto pilot deployment profiles”- Returns:
- navigational property windowsAutopilotDeploymentProfiles
-
getWindowsAutopilotDeviceIdentities
public WindowsAutopilotDeviceIdentityCollectionRequest getWindowsAutopilotDeviceIdentities()
“The Windows autopilot device identities contained collection.”- Returns:
- navigational property windowsAutopilotDeviceIdentities
-
getWindowsAutopilotSettings
public WindowsAutopilotSettingsRequest getWindowsAutopilotSettings()
“The Windows autopilot account settings.”- Returns:
- navigational property windowsAutopilotSettings
-
getManagementConditions
public ManagementConditionCollectionRequest getManagementConditions()
“The management conditions associated with device management of the company.”- Returns:
- navigational property managementConditions
-
getManagementConditionStatements
public ManagementConditionStatementCollectionRequest getManagementConditionStatements()
“The management condition statements associated with device management of the company.”- Returns:
- navigational property managementConditionStatements
-
getGroupPolicyMigrationReports
public GroupPolicyMigrationReportCollectionRequest getGroupPolicyMigrationReports()
“A list of Group Policy migration reports.”- Returns:
- navigational property groupPolicyMigrationReports
-
getGroupPolicyObjectFiles
public GroupPolicyObjectFileCollectionRequest getGroupPolicyObjectFiles()
“A list of Group Policy Object files uploaded.”- Returns:
- navigational property groupPolicyObjectFiles
-
getGroupPolicyCategories
public GroupPolicyCategoryCollectionRequest getGroupPolicyCategories()
“The available group policy categories for this account.”- Returns:
- navigational property groupPolicyCategories
-
getGroupPolicyConfigurations
public GroupPolicyConfigurationCollectionRequest getGroupPolicyConfigurations()
“The group policy configurations created by this account.”- Returns:
- navigational property groupPolicyConfigurations
-
getGroupPolicyDefinitionFiles
public GroupPolicyDefinitionFileCollectionRequest getGroupPolicyDefinitionFiles()
“The available group policy definition files for this account.”- Returns:
- navigational property groupPolicyDefinitionFiles
-
getGroupPolicyDefinitions
public GroupPolicyDefinitionCollectionRequest getGroupPolicyDefinitions()
“The available group policy definitions for this account.”- Returns:
- navigational property groupPolicyDefinitions
-
getGroupPolicyUploadedDefinitionFiles
public GroupPolicyUploadedDefinitionFileCollectionRequest getGroupPolicyUploadedDefinitionFiles()
“The available group policy uploaded definition files for this account.”- Returns:
- navigational property groupPolicyUploadedDefinitionFiles
-
getMicrosoftTunnelConfigurations
public MicrosoftTunnelConfigurationCollectionRequest getMicrosoftTunnelConfigurations()
“Collection of MicrosoftTunnelConfiguration settings associated with account.”- Returns:
- navigational property microsoftTunnelConfigurations
-
getMicrosoftTunnelHealthThresholds
public MicrosoftTunnelHealthThresholdCollectionRequest getMicrosoftTunnelHealthThresholds()
“Collection of MicrosoftTunnelHealthThreshold settings associated with account.”- Returns:
- navigational property microsoftTunnelHealthThresholds
-
getMicrosoftTunnelServerLogCollectionResponses
public MicrosoftTunnelServerLogCollectionResponseCollectionRequest getMicrosoftTunnelServerLogCollectionResponses()
“Collection of MicrosoftTunnelServerLogCollectionResponse settings associated with account.”- Returns:
- navigational property microsoftTunnelServerLogCollectionResponses
-
getMicrosoftTunnelSites
public MicrosoftTunnelSiteCollectionRequest getMicrosoftTunnelSites()
“Collection of MicrosoftTunnelSite settings associated with account.”- Returns:
- navigational property microsoftTunnelSites
-
getNotificationMessageTemplates
public NotificationMessageTemplateCollectionRequest getNotificationMessageTemplates()
“The Notification Message Templates.”- Returns:
- navigational property notificationMessageTemplates
-
getDomainJoinConnectors
public DeviceManagementDomainJoinConnectorCollectionRequest getDomainJoinConnectors()
“A list of connector objects.”- Returns:
- navigational property domainJoinConnectors
-
getConfigManagerCollections
public ConfigManagerCollectionCollectionRequest getConfigManagerCollections()
“A list of ConfigManagerCollection”- Returns:
- navigational property configManagerCollections
-
getResourceOperations
public ResourceOperationCollectionRequest getResourceOperations()
“The Resource Operations.”- Returns:
- navigational property resourceOperations
-
getRoleAssignments
public DeviceAndAppManagementRoleAssignmentCollectionRequest getRoleAssignments()
“The Role Assignments.”- Returns:
- navigational property roleAssignments
-
getRoleDefinitions
public RoleDefinitionCollectionRequest getRoleDefinitions()
“The Role Definitions.”- Returns:
- navigational property roleDefinitions
-
getRoleScopeTags
public RoleScopeTagCollectionRequest getRoleScopeTags()
“The Role Scope Tags.”- Returns:
- navigational property roleScopeTags
-
getRemoteAssistancePartners
public RemoteAssistancePartnerCollectionRequest getRemoteAssistancePartners()
“The remote assist partners.”- Returns:
- navigational property remoteAssistancePartners
-
getRemoteAssistanceSettings
public RemoteAssistanceSettingsRequest getRemoteAssistanceSettings()
“The remote assistance settings singleton”- Returns:
- navigational property remoteAssistanceSettings
-
getReports
public DeviceManagementReportsRequest getReports()
“Reports singleton”- Returns:
- navigational property reports
-
getEmbeddedSIMActivationCodePools
public EmbeddedSIMActivationCodePoolCollectionRequest getEmbeddedSIMActivationCodePools()
“The embedded SIM activation code pools created by this account.”- Returns:
- navigational property embeddedSIMActivationCodePools
-
getTelecomExpenseManagementPartners
public TelecomExpenseManagementPartnerCollectionRequest getTelecomExpenseManagementPartners()
“The telecom expense management partners.”- Returns:
- navigational property telecomExpenseManagementPartners
-
getAutopilotEvents
public DeviceManagementAutopilotEventCollectionRequest getAutopilotEvents()
“The list of autopilot events for the tenant.”- Returns:
- navigational property autopilotEvents
-
getTroubleshootingEvents
public DeviceManagementTroubleshootingEventCollectionRequest getTroubleshootingEvents()
“The list of troubleshooting events for the tenant.”- Returns:
- navigational property troubleshootingEvents
-
getWindowsDriverUpdateProfiles
public WindowsDriverUpdateProfileCollectionRequest getWindowsDriverUpdateProfiles()
“A collection of windows driver update profiles”- Returns:
- navigational property windowsDriverUpdateProfiles
-
getWindowsFeatureUpdateProfiles
public WindowsFeatureUpdateProfileCollectionRequest getWindowsFeatureUpdateProfiles()
“A collection of windows feature update profiles”- Returns:
- navigational property windowsFeatureUpdateProfiles
-
getWindowsQualityUpdateProfiles
public WindowsQualityUpdateProfileCollectionRequest getWindowsQualityUpdateProfiles()
“A collection of windows quality update profiles”- Returns:
- navigational property windowsQualityUpdateProfiles
-
getWindowsUpdateCatalogItems
public WindowsUpdateCatalogItemCollectionRequest getWindowsUpdateCatalogItems()
“A collection of windows update catalog items (fetaure updates item , quality updates item)”- Returns:
- navigational property windowsUpdateCatalogItems
-
getIntuneBrandingProfiles
public IntuneBrandingProfileCollectionRequest getIntuneBrandingProfiles()
“Intune branding profiles targeted to AAD groups”- Returns:
- navigational property intuneBrandingProfiles
-
getWindowsInformationProtectionAppLearningSummaries
public WindowsInformationProtectionAppLearningSummaryCollectionRequest getWindowsInformationProtectionAppLearningSummaries()
“The windows information protection app learning summaries.”- Returns:
- navigational property windowsInformationProtectionAppLearningSummaries
-
getWindowsInformationProtectionNetworkLearningSummaries
public WindowsInformationProtectionNetworkLearningSummaryCollectionRequest getWindowsInformationProtectionNetworkLearningSummaries()
“The windows information protection network learning summaries.”- Returns:
- navigational property windowsInformationProtectionNetworkLearningSummaries
-
getCertificateConnectorDetails
public CertificateConnectorDetailsCollectionRequest getCertificateConnectorDetails()
“Collection of certificate connector details, each associated with a corresponding Intune Certificate Connector.”- Returns:
- navigational property certificateConnectorDetails
-
getUserPfxCertificates
public UserPFXCertificateCollectionRequest getUserPfxCertificates()
“Collection of PFX certificates associated with a user.”- Returns:
- navigational property userPfxCertificates
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classEntity
-
patch
public DeviceManagement patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.
-
put
public DeviceManagement put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).
-
sendCustomNotificationToCompanyPortal
public com.github.davidmoten.odata.client.ActionRequestNoReturn sendCustomNotificationToCompanyPortal(String notificationTitle, String notificationBody, List<String> groupsToNotify)
-
evaluateAssignmentFilter
public com.github.davidmoten.odata.client.FunctionRequestReturningStream evaluateAssignmentFilter(AssignmentFilterEvaluateRequest data)
-
getAssignmentFiltersStatusDetails
public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<AssignmentFilterStatusDetails> getAssignmentFiltersStatusDetails(String managedDeviceId, String payloadId, String userId, List<String> assignmentFilterIds, Integer top, Integer skip)
-
enableAndroidDeviceAdministratorEnrollment
public com.github.davidmoten.odata.client.ActionRequestNoReturn enableAndroidDeviceAdministratorEnrollment()
-
enableLegacyPcManagement
public com.github.davidmoten.odata.client.ActionRequestNoReturn enableLegacyPcManagement()
-
enableUnlicensedAdminstrators
public com.github.davidmoten.odata.client.ActionRequestNoReturn enableUnlicensedAdminstrators()
-
getEffectivePermissions
public com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<String> getEffectivePermissions()
-
getEffectivePermissions_Function
public com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<RolePermission> getEffectivePermissions_Function(String scope)
-
verifyWindowsEnrollmentAutoDiscovery
public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollection<Boolean> verifyWindowsEnrollmentAutoDiscovery(String domainName)
-
getComanagedDevicesSummary
public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<ComanagedDevicesSummary> getComanagedDevicesSummary()
-
getComanagementEligibleDevicesSummary
public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<ComanagementEligibleDevicesSummary> getComanagementEligibleDevicesSummary()
-
userExperienceAnalyticsSummarizeWorkFromAnywhereDevices
public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<UserExperienceAnalyticsWorkFromAnywhereDevicesSummary> userExperienceAnalyticsSummarizeWorkFromAnywhereDevices()
-
getSuggestedEnrollmentLimit
public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<SuggestedEnrollmentLimit> getSuggestedEnrollmentLimit(String enrollmentType)
-
getAssignedRoleDetails
public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<DeviceAndAppManagementAssignedRoleDetails> getAssignedRoleDetails()
-
getRoleScopeTagsByIds
public com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<RoleScopeTag> getRoleScopeTagsByIds(List<String> ids)
-
getRoleScopeTagsByResource
public com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<RoleScopeTag> getRoleScopeTagsByResource(String resource)
-
scopedForResource
public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollection<Boolean> scopedForResource(String resource)
-
-