deviceappmanagement

package
v0.47.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 22, 2022 License: MIT Imports: 33 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DeviceAppManagementRequestBuilder

type DeviceAppManagementRequestBuilder struct {
	// contains filtered or unexported fields
}

DeviceAppManagementRequestBuilder provides operations to manage the deviceAppManagement singleton.

func NewDeviceAppManagementRequestBuilder

NewDeviceAppManagementRequestBuilder instantiates a new DeviceAppManagementRequestBuilder and sets the default values.

func NewDeviceAppManagementRequestBuilderInternal

func NewDeviceAppManagementRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DeviceAppManagementRequestBuilder

NewDeviceAppManagementRequestBuilderInternal instantiates a new DeviceAppManagementRequestBuilder and sets the default values.

func (*DeviceAppManagementRequestBuilder) AndroidManagedAppProtections

AndroidManagedAppProtections provides operations to manage the androidManagedAppProtections property of the microsoft.graph.deviceAppManagement entity.

func (*DeviceAppManagementRequestBuilder) AndroidManagedAppProtectionsById

AndroidManagedAppProtectionsById provides operations to manage the androidManagedAppProtections property of the microsoft.graph.deviceAppManagement entity.

func (*DeviceAppManagementRequestBuilder) CreateGetRequestInformation

CreateGetRequestInformation get deviceAppManagement

func (*DeviceAppManagementRequestBuilder) DefaultManagedAppProtections

DefaultManagedAppProtections provides operations to manage the defaultManagedAppProtections property of the microsoft.graph.deviceAppManagement entity.

func (*DeviceAppManagementRequestBuilder) DefaultManagedAppProtectionsById

DefaultManagedAppProtectionsById provides operations to manage the defaultManagedAppProtections property of the microsoft.graph.deviceAppManagement entity.

func (*DeviceAppManagementRequestBuilder) IosManagedAppProtections

IosManagedAppProtections provides operations to manage the iosManagedAppProtections property of the microsoft.graph.deviceAppManagement entity.

func (*DeviceAppManagementRequestBuilder) IosManagedAppProtectionsById

IosManagedAppProtectionsById provides operations to manage the iosManagedAppProtections property of the microsoft.graph.deviceAppManagement entity.

func (*DeviceAppManagementRequestBuilder) ManagedAppPolicies

ManagedAppPolicies provides operations to manage the managedAppPolicies property of the microsoft.graph.deviceAppManagement entity.

func (*DeviceAppManagementRequestBuilder) ManagedAppPoliciesById

ManagedAppPoliciesById provides operations to manage the managedAppPolicies property of the microsoft.graph.deviceAppManagement entity.

func (*DeviceAppManagementRequestBuilder) ManagedAppRegistrations

ManagedAppRegistrations provides operations to manage the managedAppRegistrations property of the microsoft.graph.deviceAppManagement entity.

func (*DeviceAppManagementRequestBuilder) ManagedAppRegistrationsById

ManagedAppRegistrationsById provides operations to manage the managedAppRegistrations property of the microsoft.graph.deviceAppManagement entity.

func (*DeviceAppManagementRequestBuilder) ManagedAppStatuses

ManagedAppStatuses provides operations to manage the managedAppStatuses property of the microsoft.graph.deviceAppManagement entity.

func (*DeviceAppManagementRequestBuilder) ManagedAppStatusesById

ManagedAppStatusesById provides operations to manage the managedAppStatuses property of the microsoft.graph.deviceAppManagement entity.

func (*DeviceAppManagementRequestBuilder) ManagedEBooks

ManagedEBooks provides operations to manage the managedEBooks property of the microsoft.graph.deviceAppManagement entity.

func (*DeviceAppManagementRequestBuilder) ManagedEBooksById

ManagedEBooksById provides operations to manage the managedEBooks property of the microsoft.graph.deviceAppManagement entity.

func (*DeviceAppManagementRequestBuilder) MdmWindowsInformationProtectionPolicies

MdmWindowsInformationProtectionPolicies provides operations to manage the mdmWindowsInformationProtectionPolicies property of the microsoft.graph.deviceAppManagement entity.

func (*DeviceAppManagementRequestBuilder) MdmWindowsInformationProtectionPoliciesById

MdmWindowsInformationProtectionPoliciesById provides operations to manage the mdmWindowsInformationProtectionPolicies property of the microsoft.graph.deviceAppManagement entity.

func (*DeviceAppManagementRequestBuilder) MobileAppCategories

MobileAppCategories provides operations to manage the mobileAppCategories property of the microsoft.graph.deviceAppManagement entity.

func (*DeviceAppManagementRequestBuilder) MobileAppCategoriesById

MobileAppCategoriesById provides operations to manage the mobileAppCategories property of the microsoft.graph.deviceAppManagement entity.

func (*DeviceAppManagementRequestBuilder) MobileAppConfigurations

MobileAppConfigurations provides operations to manage the mobileAppConfigurations property of the microsoft.graph.deviceAppManagement entity.

func (*DeviceAppManagementRequestBuilder) MobileAppConfigurationsById

MobileAppConfigurationsById provides operations to manage the mobileAppConfigurations property of the microsoft.graph.deviceAppManagement entity.

func (*DeviceAppManagementRequestBuilder) MobileApps

MobileApps provides operations to manage the mobileApps property of the microsoft.graph.deviceAppManagement entity.

func (*DeviceAppManagementRequestBuilder) MobileAppsById

MobileAppsById provides operations to manage the mobileApps property of the microsoft.graph.deviceAppManagement entity.

func (*DeviceAppManagementRequestBuilder) SyncMicrosoftStoreForBusinessApps

SyncMicrosoftStoreForBusinessApps provides operations to call the syncMicrosoftStoreForBusinessApps method.

func (*DeviceAppManagementRequestBuilder) TargetedManagedAppConfigurations

TargetedManagedAppConfigurations provides operations to manage the targetedManagedAppConfigurations property of the microsoft.graph.deviceAppManagement entity.

func (*DeviceAppManagementRequestBuilder) TargetedManagedAppConfigurationsById

TargetedManagedAppConfigurationsById provides operations to manage the targetedManagedAppConfigurations property of the microsoft.graph.deviceAppManagement entity.

func (*DeviceAppManagementRequestBuilder) VppTokens

VppTokens provides operations to manage the vppTokens property of the microsoft.graph.deviceAppManagement entity.

func (*DeviceAppManagementRequestBuilder) VppTokensById

VppTokensById provides operations to manage the vppTokens property of the microsoft.graph.deviceAppManagement entity.

func (*DeviceAppManagementRequestBuilder) WindowsInformationProtectionPolicies

WindowsInformationProtectionPolicies provides operations to manage the windowsInformationProtectionPolicies property of the microsoft.graph.deviceAppManagement entity.

func (*DeviceAppManagementRequestBuilder) WindowsInformationProtectionPoliciesById

WindowsInformationProtectionPoliciesById provides operations to manage the windowsInformationProtectionPolicies property of the microsoft.graph.deviceAppManagement entity.

type DeviceAppManagementRequestBuilderGetQueryParameters

type DeviceAppManagementRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

DeviceAppManagementRequestBuilderGetQueryParameters get deviceAppManagement

type DeviceAppManagementRequestBuilderGetRequestConfiguration added in v0.22.0

type DeviceAppManagementRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DeviceAppManagementRequestBuilderGetQueryParameters
}

DeviceAppManagementRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DeviceAppManagementRequestBuilderPatchRequestConfiguration added in v0.22.0

type DeviceAppManagementRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DeviceAppManagementRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL