Documentation
¶
Index ¶
- type BitlockerRequestBuilder
- func (m *BitlockerRequestBuilder) CreateGetRequestInformation() (...)
- func (m *BitlockerRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *BitlockerRequestBuilderGetRequestConfiguration) (...)
- func (m *BitlockerRequestBuilder) CreatePatchRequestInformation(...) (...)
- func (m *BitlockerRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration(...) (...)
- func (m *BitlockerRequestBuilder) Get() (...)
- func (m *BitlockerRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *BitlockerRequestBuilderGetRequestConfiguration, ...) (...)
- func (m *BitlockerRequestBuilder) Patch(...) error
- func (m *BitlockerRequestBuilder) PatchWithRequestConfigurationAndResponseHandler(...) error
- func (m *BitlockerRequestBuilder) RecoveryKeys() ...
- func (m *BitlockerRequestBuilder) RecoveryKeysById(id string) ...
- type BitlockerRequestBuilderGetQueryParameters
- type BitlockerRequestBuilderGetRequestConfiguration
- type BitlockerRequestBuilderPatchRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BitlockerRequestBuilder ¶
type BitlockerRequestBuilder struct {
// contains filtered or unexported fields
}
BitlockerRequestBuilder provides operations to manage the bitlocker property of the microsoft.graph.informationProtection entity.
func NewBitlockerRequestBuilder ¶
func NewBitlockerRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *BitlockerRequestBuilder
NewBitlockerRequestBuilder instantiates a new BitlockerRequestBuilder and sets the default values.
func NewBitlockerRequestBuilderInternal ¶
func NewBitlockerRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *BitlockerRequestBuilder
NewBitlockerRequestBuilderInternal instantiates a new BitlockerRequestBuilder and sets the default values.
func (*BitlockerRequestBuilder) CreateGetRequestInformation ¶
func (m *BitlockerRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation get bitlocker from informationProtection
func (*BitlockerRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *BitlockerRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *BitlockerRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration get bitlocker from informationProtection
func (*BitlockerRequestBuilder) CreatePatchRequestInformation ¶
func (m *BitlockerRequestBuilder) CreatePatchRequestInformation(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Bitlockerable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property bitlocker in informationProtection
func (*BitlockerRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *BitlockerRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Bitlockerable, requestConfiguration *BitlockerRequestBuilderPatchRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformationWithRequestConfiguration update the navigation property bitlocker in informationProtection
func (*BitlockerRequestBuilder) Get ¶
func (m *BitlockerRequestBuilder) Get() (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Bitlockerable, error)
Get get bitlocker from informationProtection
func (*BitlockerRequestBuilder) GetWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *BitlockerRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *BitlockerRequestBuilderGetRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Bitlockerable, error)
GetWithRequestConfigurationAndResponseHandler get bitlocker from informationProtection
func (*BitlockerRequestBuilder) Patch ¶
func (m *BitlockerRequestBuilder) Patch(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Bitlockerable) error
Patch update the navigation property bitlocker in informationProtection
func (*BitlockerRequestBuilder) PatchWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *BitlockerRequestBuilder) PatchWithRequestConfigurationAndResponseHandler(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Bitlockerable, requestConfiguration *BitlockerRequestBuilderPatchRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) error
PatchWithRequestConfigurationAndResponseHandler update the navigation property bitlocker in informationProtection
func (*BitlockerRequestBuilder) RecoveryKeys ¶
func (m *BitlockerRequestBuilder) RecoveryKeys() *i5dc93f982e4ecf9567e43c10c4133c7c4df8d34016db35ea82573ec8759ce43d.RecoveryKeysRequestBuilder
RecoveryKeys the recoveryKeys property
func (*BitlockerRequestBuilder) RecoveryKeysById ¶
func (m *BitlockerRequestBuilder) RecoveryKeysById(id string) *i53a72d4c5b633ebaf2e92a3eae90f203f023e1af23ceaaa7b670a43df7cb21ed.BitlockerRecoveryKeyItemRequestBuilder
RecoveryKeysById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.informationProtection.bitlocker.recoveryKeys.item collection
type BitlockerRequestBuilderGetQueryParameters ¶
type BitlockerRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
// Select properties to be returned
Select []string `uriparametername:"%24select"`
}
BitlockerRequestBuilderGetQueryParameters get bitlocker from informationProtection
type BitlockerRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type BitlockerRequestBuilderGetRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
// Request query parameters
QueryParameters *BitlockerRequestBuilderGetQueryParameters
}
BitlockerRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type BitlockerRequestBuilderPatchRequestConfiguration ¶ added in v0.22.0
type BitlockerRequestBuilderPatchRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
BitlockerRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.