Documentation
¶
Index ¶
- type AndroidManagedAppProtectionItemRequestBuilder
- func (m *AndroidManagedAppProtectionItemRequestBuilder) Apps() ...
- func (m *AndroidManagedAppProtectionItemRequestBuilder) AppsById(id string) ...
- func (m *AndroidManagedAppProtectionItemRequestBuilder) CreateDeleteRequestInformation(options *AndroidManagedAppProtectionItemRequestBuilderDeleteOptions) (...)
- func (m *AndroidManagedAppProtectionItemRequestBuilder) CreateGetRequestInformation(options *AndroidManagedAppProtectionItemRequestBuilderGetOptions) (...)
- func (m *AndroidManagedAppProtectionItemRequestBuilder) CreatePatchRequestInformation(options *AndroidManagedAppProtectionItemRequestBuilderPatchOptions) (...)
- func (m *AndroidManagedAppProtectionItemRequestBuilder) Delete(options *AndroidManagedAppProtectionItemRequestBuilderDeleteOptions) error
- func (m *AndroidManagedAppProtectionItemRequestBuilder) DeploymentSummary() ...
- func (m *AndroidManagedAppProtectionItemRequestBuilder) Get(options *AndroidManagedAppProtectionItemRequestBuilderGetOptions) (...)
- func (m *AndroidManagedAppProtectionItemRequestBuilder) Patch(options *AndroidManagedAppProtectionItemRequestBuilderPatchOptions) error
- type AndroidManagedAppProtectionItemRequestBuilderDeleteOptions
- type AndroidManagedAppProtectionItemRequestBuilderGetOptions
- type AndroidManagedAppProtectionItemRequestBuilderGetQueryParameters
- type AndroidManagedAppProtectionItemRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AndroidManagedAppProtectionItemRequestBuilder ¶ added in v0.12.0
type AndroidManagedAppProtectionItemRequestBuilder struct {
// contains filtered or unexported fields
}
AndroidManagedAppProtectionItemRequestBuilder provides operations to manage the androidManagedAppProtections property of the microsoft.graph.deviceAppManagement entity.
func NewAndroidManagedAppProtectionItemRequestBuilder ¶ added in v0.12.0
func NewAndroidManagedAppProtectionItemRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *AndroidManagedAppProtectionItemRequestBuilder
NewAndroidManagedAppProtectionItemRequestBuilder instantiates a new AndroidManagedAppProtectionItemRequestBuilder and sets the default values.
func NewAndroidManagedAppProtectionItemRequestBuilderInternal ¶ added in v0.12.0
func NewAndroidManagedAppProtectionItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *AndroidManagedAppProtectionItemRequestBuilder
NewAndroidManagedAppProtectionItemRequestBuilderInternal instantiates a new AndroidManagedAppProtectionItemRequestBuilder and sets the default values.
func (*AndroidManagedAppProtectionItemRequestBuilder) AppsById ¶ added in v0.12.0
func (m *AndroidManagedAppProtectionItemRequestBuilder) AppsById(id string) *i8c74995178b19a8c73ac047f7e14e7257b7cdb7717571f98c950c1bf1792072a.ManagedMobileAppItemRequestBuilder
AppsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.deviceAppManagement.androidManagedAppProtections.item.apps.item collection
func (*AndroidManagedAppProtectionItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.12.0
func (m *AndroidManagedAppProtectionItemRequestBuilder) CreateDeleteRequestInformation(options *AndroidManagedAppProtectionItemRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property androidManagedAppProtections for deviceAppManagement
func (*AndroidManagedAppProtectionItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.12.0
func (m *AndroidManagedAppProtectionItemRequestBuilder) CreateGetRequestInformation(options *AndroidManagedAppProtectionItemRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation android managed app policies.
func (*AndroidManagedAppProtectionItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.12.0
func (m *AndroidManagedAppProtectionItemRequestBuilder) CreatePatchRequestInformation(options *AndroidManagedAppProtectionItemRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePatchRequestInformation update the navigation property androidManagedAppProtections in deviceAppManagement
func (*AndroidManagedAppProtectionItemRequestBuilder) Delete ¶ added in v0.12.0
func (m *AndroidManagedAppProtectionItemRequestBuilder) Delete(options *AndroidManagedAppProtectionItemRequestBuilderDeleteOptions) error
Delete delete navigation property androidManagedAppProtections for deviceAppManagement
func (*AndroidManagedAppProtectionItemRequestBuilder) DeploymentSummary ¶ added in v0.12.0
func (*AndroidManagedAppProtectionItemRequestBuilder) Get ¶ added in v0.12.0
func (m *AndroidManagedAppProtectionItemRequestBuilder) Get(options *AndroidManagedAppProtectionItemRequestBuilderGetOptions) (i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.AndroidManagedAppProtectionable, error)
Get android managed app policies.
func (*AndroidManagedAppProtectionItemRequestBuilder) Patch ¶ added in v0.12.0
func (m *AndroidManagedAppProtectionItemRequestBuilder) Patch(options *AndroidManagedAppProtectionItemRequestBuilderPatchOptions) error
Patch update the navigation property androidManagedAppProtections in deviceAppManagement
type AndroidManagedAppProtectionItemRequestBuilderDeleteOptions ¶ added in v0.12.0
type AndroidManagedAppProtectionItemRequestBuilderDeleteOptions struct {
// Request headers
H map[string]string
// Request options
O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}
AndroidManagedAppProtectionItemRequestBuilderDeleteOptions options for Delete
type AndroidManagedAppProtectionItemRequestBuilderGetOptions ¶ added in v0.12.0
type AndroidManagedAppProtectionItemRequestBuilderGetOptions struct {
// Request headers
H map[string]string
// Request options
O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
// Request query parameters
Q *AndroidManagedAppProtectionItemRequestBuilderGetQueryParameters
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}
AndroidManagedAppProtectionItemRequestBuilderGetOptions options for Get
type AndroidManagedAppProtectionItemRequestBuilderGetQueryParameters ¶ added in v0.12.0
type AndroidManagedAppProtectionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string
// Select properties to be returned
Select []string
}
AndroidManagedAppProtectionItemRequestBuilderGetQueryParameters android managed app policies.
type AndroidManagedAppProtectionItemRequestBuilderPatchOptions ¶ added in v0.12.0
type AndroidManagedAppProtectionItemRequestBuilderPatchOptions struct {
//
Body i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.AndroidManagedAppProtectionable
// Request headers
H map[string]string
// Request options
O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}
AndroidManagedAppProtectionItemRequestBuilderPatchOptions options for Patch