Documentation ¶
Index ¶
- type InformationProtectionRequestBuilder
- func (m *InformationProtectionRequestBuilder) Bitlocker() ...
- func (m *InformationProtectionRequestBuilder) CreateGetRequestInformation() (...)
- func (m *InformationProtectionRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(...) (...)
- func (m *InformationProtectionRequestBuilder) CreatePatchRequestInformation(...) (...)
- func (m *InformationProtectionRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration(...) (...)
- func (m *InformationProtectionRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *InformationProtectionRequestBuilder) Patch(ctx context.Context, ...) error
- func (m *InformationProtectionRequestBuilder) ThreatAssessmentRequests() ...
- func (m *InformationProtectionRequestBuilder) ThreatAssessmentRequestsById(id string) ...
- type InformationProtectionRequestBuilderGetQueryParameters
- type InformationProtectionRequestBuilderGetRequestConfiguration
- type InformationProtectionRequestBuilderPatchRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InformationProtectionRequestBuilder ¶
type InformationProtectionRequestBuilder struct {
// contains filtered or unexported fields
}
InformationProtectionRequestBuilder provides operations to manage the informationProtection singleton.
func NewInformationProtectionRequestBuilder ¶
func NewInformationProtectionRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *InformationProtectionRequestBuilder
NewInformationProtectionRequestBuilder instantiates a new InformationProtectionRequestBuilder and sets the default values.
func NewInformationProtectionRequestBuilderInternal ¶
func NewInformationProtectionRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *InformationProtectionRequestBuilder
NewInformationProtectionRequestBuilderInternal instantiates a new InformationProtectionRequestBuilder and sets the default values.
func (*InformationProtectionRequestBuilder) Bitlocker ¶
func (m *InformationProtectionRequestBuilder) Bitlocker() *i95f740787d5c3273e5cb4961a85c1ba23d53ac6718715252e046b9f63c6b588b.BitlockerRequestBuilder
Bitlocker the bitlocker property
func (*InformationProtectionRequestBuilder) CreateGetRequestInformation ¶
func (m *InformationProtectionRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation get informationProtection
func (*InformationProtectionRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *InformationProtectionRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *InformationProtectionRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration get informationProtection
func (*InformationProtectionRequestBuilder) CreatePatchRequestInformation ¶
func (m *InformationProtectionRequestBuilder) CreatePatchRequestInformation(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.InformationProtectionable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update informationProtection
func (*InformationProtectionRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *InformationProtectionRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.InformationProtectionable, requestConfiguration *InformationProtectionRequestBuilderPatchRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformationWithRequestConfiguration update informationProtection
func (*InformationProtectionRequestBuilder) Get ¶
func (m *InformationProtectionRequestBuilder) Get(ctx context.Context, requestConfiguration *InformationProtectionRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.InformationProtectionable, error)
Get get informationProtection
func (*InformationProtectionRequestBuilder) Patch ¶
func (m *InformationProtectionRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.InformationProtectionable, requestConfiguration *InformationProtectionRequestBuilderPatchRequestConfiguration) error
Patch update informationProtection
func (*InformationProtectionRequestBuilder) ThreatAssessmentRequests ¶
func (m *InformationProtectionRequestBuilder) ThreatAssessmentRequests() *i0b394b575452727fce48499d7162d9223046fb4ae501d85ca144b249ae2268bc.ThreatAssessmentRequestsRequestBuilder
ThreatAssessmentRequests the threatAssessmentRequests property
func (*InformationProtectionRequestBuilder) ThreatAssessmentRequestsById ¶
func (m *InformationProtectionRequestBuilder) ThreatAssessmentRequestsById(id string) *i14f47ed6c183afcd5e8bac6ad435c240ca6e8149d693e8188c8d94d2105fbc38.ThreatAssessmentRequestItemRequestBuilder
ThreatAssessmentRequestsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.informationProtection.threatAssessmentRequests.item collection
type InformationProtectionRequestBuilderGetQueryParameters ¶
type InformationProtectionRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` // Select properties to be returned Select []string `uriparametername:"%24select"` }
InformationProtectionRequestBuilderGetQueryParameters get informationProtection
type InformationProtectionRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type InformationProtectionRequestBuilderGetRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *InformationProtectionRequestBuilderGetQueryParameters }
InformationProtectionRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type InformationProtectionRequestBuilderPatchRequestConfiguration ¶ added in v0.22.0
type InformationProtectionRequestBuilderPatchRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
InformationProtectionRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.