Documentation
¶
Index ¶
- type IosManagedAppProtectionRequestBuilder
- func (m *IosManagedAppProtectionRequestBuilder) Apps() ...
- func (m *IosManagedAppProtectionRequestBuilder) AppsById(id string) ...
- func (m *IosManagedAppProtectionRequestBuilder) CreateDeleteRequestInformation(options *IosManagedAppProtectionRequestBuilderDeleteOptions) (...)
- func (m *IosManagedAppProtectionRequestBuilder) CreateGetRequestInformation(options *IosManagedAppProtectionRequestBuilderGetOptions) (...)
- func (m *IosManagedAppProtectionRequestBuilder) CreatePatchRequestInformation(options *IosManagedAppProtectionRequestBuilderPatchOptions) (...)
- func (m *IosManagedAppProtectionRequestBuilder) Delete(options *IosManagedAppProtectionRequestBuilderDeleteOptions) error
- func (m *IosManagedAppProtectionRequestBuilder) DeploymentSummary() ...
- func (m *IosManagedAppProtectionRequestBuilder) Get(options *IosManagedAppProtectionRequestBuilderGetOptions) (...)
- func (m *IosManagedAppProtectionRequestBuilder) Patch(options *IosManagedAppProtectionRequestBuilderPatchOptions) error
- type IosManagedAppProtectionRequestBuilderDeleteOptions
- type IosManagedAppProtectionRequestBuilderGetOptions
- type IosManagedAppProtectionRequestBuilderGetQueryParameters
- type IosManagedAppProtectionRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IosManagedAppProtectionRequestBuilder ¶
type IosManagedAppProtectionRequestBuilder struct {
// contains filtered or unexported fields
}
Builds and executes requests for operations under \deviceAppManagement\iosManagedAppProtections\{iosManagedAppProtection-id}
func NewIosManagedAppProtectionRequestBuilder ¶
func NewIosManagedAppProtectionRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *IosManagedAppProtectionRequestBuilder
Instantiates a new IosManagedAppProtectionRequestBuilder and sets the default values. Parameters:
- rawUrl : The raw URL to use for the request builder.
- requestAdapter : The request adapter to use to execute the requests.
func NewIosManagedAppProtectionRequestBuilderInternal ¶
func NewIosManagedAppProtectionRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *IosManagedAppProtectionRequestBuilder
Instantiates a new IosManagedAppProtectionRequestBuilder and sets the default values. Parameters:
- pathParameters : Path parameters for the request
- requestAdapter : The request adapter to use to execute the requests.
func (*IosManagedAppProtectionRequestBuilder) AppsById ¶
func (m *IosManagedAppProtectionRequestBuilder) AppsById(id string) *i55f341823424fe64c759539b60c8dd7b2233b0db784b5c0c209dbdcc827b89fc.ManagedMobileAppRequestBuilder
Gets an item from the github.com/microsoftgraph/msgraph-sdk-go.deviceAppManagement.iosManagedAppProtections.item.apps.item collection Parameters:
- id : Unique identifier of the item
func (*IosManagedAppProtectionRequestBuilder) CreateDeleteRequestInformation ¶
func (m *IosManagedAppProtectionRequestBuilder) CreateDeleteRequestInformation(options *IosManagedAppProtectionRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
iOS managed app policies. Parameters:
- options : Options for the request
func (*IosManagedAppProtectionRequestBuilder) CreateGetRequestInformation ¶
func (m *IosManagedAppProtectionRequestBuilder) CreateGetRequestInformation(options *IosManagedAppProtectionRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
iOS managed app policies. Parameters:
- options : Options for the request
func (*IosManagedAppProtectionRequestBuilder) CreatePatchRequestInformation ¶
func (m *IosManagedAppProtectionRequestBuilder) CreatePatchRequestInformation(options *IosManagedAppProtectionRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
iOS managed app policies. Parameters:
- options : Options for the request
func (*IosManagedAppProtectionRequestBuilder) Delete ¶
func (m *IosManagedAppProtectionRequestBuilder) Delete(options *IosManagedAppProtectionRequestBuilderDeleteOptions) error
iOS managed app policies. Parameters:
- options : Options for the request
func (*IosManagedAppProtectionRequestBuilder) DeploymentSummary ¶
func (*IosManagedAppProtectionRequestBuilder) Get ¶
func (m *IosManagedAppProtectionRequestBuilder) Get(options *IosManagedAppProtectionRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.IosManagedAppProtection, error)
iOS managed app policies. Parameters:
- options : Options for the request
func (*IosManagedAppProtectionRequestBuilder) Patch ¶
func (m *IosManagedAppProtectionRequestBuilder) Patch(options *IosManagedAppProtectionRequestBuilderPatchOptions) error
iOS managed app policies. Parameters:
- options : Options for the request
type IosManagedAppProtectionRequestBuilderDeleteOptions ¶
type IosManagedAppProtectionRequestBuilderDeleteOptions 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
}
Options for Delete
type IosManagedAppProtectionRequestBuilderGetOptions ¶
type IosManagedAppProtectionRequestBuilderGetOptions struct {
// Request headers
H map[string]string
// Request options
O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
// Request query parameters
Q *IosManagedAppProtectionRequestBuilderGetQueryParameters
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}
Options for Get
type IosManagedAppProtectionRequestBuilderGetQueryParameters ¶
type IosManagedAppProtectionRequestBuilderGetQueryParameters struct {
ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.QueryParametersBase
// Expand related entities
Expand []string
// Select properties to be returned
Select_escaped []string
}
iOS managed app policies.
type IosManagedAppProtectionRequestBuilderPatchOptions ¶
type IosManagedAppProtectionRequestBuilderPatchOptions struct {
//
Body *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.IosManagedAppProtection
// 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
}
Options for Patch