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