Documentation ¶
Index ¶
- type InformationProtectionRequestBuilder
- func (m *InformationProtectionRequestBuilder) Bitlocker() ...
- func (m *InformationProtectionRequestBuilder) CreateGetRequestInformation(options *InformationProtectionRequestBuilderGetOptions) (...)
- func (m *InformationProtectionRequestBuilder) CreatePatchRequestInformation(options *InformationProtectionRequestBuilderPatchOptions) (...)
- func (m *InformationProtectionRequestBuilder) Get(options *InformationProtectionRequestBuilderGetOptions) (...)
- func (m *InformationProtectionRequestBuilder) Patch(options *InformationProtectionRequestBuilderPatchOptions) error
- func (m *InformationProtectionRequestBuilder) ThreatAssessmentRequests() ...
- func (m *InformationProtectionRequestBuilder) ThreatAssessmentRequestsById(id string) ...
- type InformationProtectionRequestBuilderGetOptions
- type InformationProtectionRequestBuilderGetQueryParameters
- type InformationProtectionRequestBuilderPatchOptions
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(options *InformationProtectionRequestBuilderGetOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation get informationProtection
func (*InformationProtectionRequestBuilder) CreatePatchRequestInformation ¶
func (m *InformationProtectionRequestBuilder) CreatePatchRequestInformation(options *InformationProtectionRequestBuilderPatchOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update informationProtection
func (*InformationProtectionRequestBuilder) Get ¶
func (m *InformationProtectionRequestBuilder) Get(options *InformationProtectionRequestBuilderGetOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.InformationProtectionable, error)
Get get informationProtection
func (*InformationProtectionRequestBuilder) Patch ¶
func (m *InformationProtectionRequestBuilder) Patch(options *InformationProtectionRequestBuilderPatchOptions) 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 InformationProtectionRequestBuilderGetOptions ¶
type InformationProtectionRequestBuilderGetOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *InformationProtectionRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
InformationProtectionRequestBuilderGetOptions options for Get
type InformationProtectionRequestBuilderGetQueryParameters ¶
type InformationProtectionRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string // Select properties to be returned Select []string }
InformationProtectionRequestBuilderGetQueryParameters get informationProtection
type InformationProtectionRequestBuilderPatchOptions ¶
type InformationProtectionRequestBuilderPatchOptions struct { // Body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.InformationProtectionable // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
InformationProtectionRequestBuilderPatchOptions options for Patch