Documentation
¶
Index ¶
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(ctx context.Context, requestConfiguration *BitlockerRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation get bitlocker from informationProtection
func (*BitlockerRequestBuilder) Get ¶
func (m *BitlockerRequestBuilder) Get(ctx context.Context, requestConfiguration *BitlockerRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Bitlockerable, error)
Get get bitlocker from 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.