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 ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *InformationProtectionRequestBuilder
NewInformationProtectionRequestBuilder instantiates a new InformationProtectionRequestBuilder and sets the default values.
func NewInformationProtectionRequestBuilderInternal ¶
func NewInformationProtectionRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *InformationProtectionRequestBuilder
NewInformationProtectionRequestBuilderInternal instantiates a new InformationProtectionRequestBuilder and sets the default values.
func (*InformationProtectionRequestBuilder) CreateGetRequestInformation ¶
func (m *InformationProtectionRequestBuilder) CreateGetRequestInformation(options *InformationProtectionRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation get informationProtection
func (*InformationProtectionRequestBuilder) CreatePatchRequestInformation ¶
func (m *InformationProtectionRequestBuilder) CreatePatchRequestInformation(options *InformationProtectionRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePatchRequestInformation update informationProtection
func (*InformationProtectionRequestBuilder) Get ¶
func (m *InformationProtectionRequestBuilder) Get(options *InformationProtectionRequestBuilderGetOptions) (i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.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
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
H map[string]string
// Request options
O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
// Request query parameters
Q *InformationProtectionRequestBuilderGetQueryParameters
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.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 i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.InformationProtectionable
// 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
}
InformationProtectionRequestBuilderPatchOptions options for Patch