Documentation ¶
Index ¶
- type WindowsInformationProtectionPolicyRequestBuilder
- func (m *WindowsInformationProtectionPolicyRequestBuilder) CreateDeleteRequestInformation(options *WindowsInformationProtectionPolicyRequestBuilderDeleteOptions) (...)
- func (m *WindowsInformationProtectionPolicyRequestBuilder) CreateGetRequestInformation(options *WindowsInformationProtectionPolicyRequestBuilderGetOptions) (...)
- func (m *WindowsInformationProtectionPolicyRequestBuilder) CreatePatchRequestInformation(options *WindowsInformationProtectionPolicyRequestBuilderPatchOptions) (...)
- func (m *WindowsInformationProtectionPolicyRequestBuilder) Delete(options *WindowsInformationProtectionPolicyRequestBuilderDeleteOptions) error
- func (m *WindowsInformationProtectionPolicyRequestBuilder) Get(options *WindowsInformationProtectionPolicyRequestBuilderGetOptions) (...)
- func (m *WindowsInformationProtectionPolicyRequestBuilder) Patch(options *WindowsInformationProtectionPolicyRequestBuilderPatchOptions) error
- type WindowsInformationProtectionPolicyRequestBuilderDeleteOptions
- type WindowsInformationProtectionPolicyRequestBuilderGetOptions
- type WindowsInformationProtectionPolicyRequestBuilderGetQueryParameters
- type WindowsInformationProtectionPolicyRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WindowsInformationProtectionPolicyRequestBuilder ¶
type WindowsInformationProtectionPolicyRequestBuilder struct {
// contains filtered or unexported fields
}
WindowsInformationProtectionPolicyRequestBuilder builds and executes requests for operations under \deviceAppManagement\windowsInformationProtectionPolicies\{windowsInformationProtectionPolicy-id}
func NewWindowsInformationProtectionPolicyRequestBuilder ¶
func NewWindowsInformationProtectionPolicyRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *WindowsInformationProtectionPolicyRequestBuilder
NewWindowsInformationProtectionPolicyRequestBuilder instantiates a new WindowsInformationProtectionPolicyRequestBuilder and sets the default values.
func NewWindowsInformationProtectionPolicyRequestBuilderInternal ¶
func NewWindowsInformationProtectionPolicyRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *WindowsInformationProtectionPolicyRequestBuilder
NewWindowsInformationProtectionPolicyRequestBuilderInternal instantiates a new WindowsInformationProtectionPolicyRequestBuilder and sets the default values.
func (*WindowsInformationProtectionPolicyRequestBuilder) CreateDeleteRequestInformation ¶
func (m *WindowsInformationProtectionPolicyRequestBuilder) CreateDeleteRequestInformation(options *WindowsInformationProtectionPolicyRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateDeleteRequestInformation windows information protection for apps running on devices which are not MDM enrolled.
func (*WindowsInformationProtectionPolicyRequestBuilder) CreateGetRequestInformation ¶
func (m *WindowsInformationProtectionPolicyRequestBuilder) CreateGetRequestInformation(options *WindowsInformationProtectionPolicyRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation windows information protection for apps running on devices which are not MDM enrolled.
func (*WindowsInformationProtectionPolicyRequestBuilder) CreatePatchRequestInformation ¶
func (m *WindowsInformationProtectionPolicyRequestBuilder) CreatePatchRequestInformation(options *WindowsInformationProtectionPolicyRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePatchRequestInformation windows information protection for apps running on devices which are not MDM enrolled.
func (*WindowsInformationProtectionPolicyRequestBuilder) Delete ¶
func (m *WindowsInformationProtectionPolicyRequestBuilder) Delete(options *WindowsInformationProtectionPolicyRequestBuilderDeleteOptions) error
Delete windows information protection for apps running on devices which are not MDM enrolled.
func (*WindowsInformationProtectionPolicyRequestBuilder) Get ¶
func (m *WindowsInformationProtectionPolicyRequestBuilder) Get(options *WindowsInformationProtectionPolicyRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.WindowsInformationProtectionPolicy, error)
Get windows information protection for apps running on devices which are not MDM enrolled.
func (*WindowsInformationProtectionPolicyRequestBuilder) Patch ¶
func (m *WindowsInformationProtectionPolicyRequestBuilder) Patch(options *WindowsInformationProtectionPolicyRequestBuilderPatchOptions) error
Patch windows information protection for apps running on devices which are not MDM enrolled.
type WindowsInformationProtectionPolicyRequestBuilderDeleteOptions ¶
type WindowsInformationProtectionPolicyRequestBuilderDeleteOptions 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 }
WindowsInformationProtectionPolicyRequestBuilderDeleteOptions options for Delete
type WindowsInformationProtectionPolicyRequestBuilderGetOptions ¶
type WindowsInformationProtectionPolicyRequestBuilderGetOptions struct { // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Request query parameters Q *WindowsInformationProtectionPolicyRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
WindowsInformationProtectionPolicyRequestBuilderGetOptions options for Get
type WindowsInformationProtectionPolicyRequestBuilderGetQueryParameters ¶
type WindowsInformationProtectionPolicyRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string // Select properties to be returned Select []string }
WindowsInformationProtectionPolicyRequestBuilderGetQueryParameters windows information protection for apps running on devices which are not MDM enrolled.
type WindowsInformationProtectionPolicyRequestBuilderPatchOptions ¶
type WindowsInformationProtectionPolicyRequestBuilderPatchOptions struct { // Body *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.WindowsInformationProtectionPolicy // 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 }
WindowsInformationProtectionPolicyRequestBuilderPatchOptions options for Patch