Documentation
¶
Index ¶
- type SecureScoreControlProfileItemRequestBuilder
- func (m *SecureScoreControlProfileItemRequestBuilder) CreateDeleteRequestInformation(options *SecureScoreControlProfileItemRequestBuilderDeleteOptions) (...)
- func (m *SecureScoreControlProfileItemRequestBuilder) CreateGetRequestInformation(options *SecureScoreControlProfileItemRequestBuilderGetOptions) (...)
- func (m *SecureScoreControlProfileItemRequestBuilder) CreatePatchRequestInformation(options *SecureScoreControlProfileItemRequestBuilderPatchOptions) (...)
- func (m *SecureScoreControlProfileItemRequestBuilder) Delete(options *SecureScoreControlProfileItemRequestBuilderDeleteOptions) error
- func (m *SecureScoreControlProfileItemRequestBuilder) Get(options *SecureScoreControlProfileItemRequestBuilderGetOptions) (...)
- func (m *SecureScoreControlProfileItemRequestBuilder) Patch(options *SecureScoreControlProfileItemRequestBuilderPatchOptions) error
- type SecureScoreControlProfileItemRequestBuilderDeleteOptions
- type SecureScoreControlProfileItemRequestBuilderGetOptions
- type SecureScoreControlProfileItemRequestBuilderGetQueryParameters
- type SecureScoreControlProfileItemRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SecureScoreControlProfileItemRequestBuilder ¶ added in v0.12.0
type SecureScoreControlProfileItemRequestBuilder struct {
// contains filtered or unexported fields
}
SecureScoreControlProfileItemRequestBuilder provides operations to manage the secureScoreControlProfiles property of the microsoft.graph.security entity.
func NewSecureScoreControlProfileItemRequestBuilder ¶ added in v0.12.0
func NewSecureScoreControlProfileItemRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *SecureScoreControlProfileItemRequestBuilder
NewSecureScoreControlProfileItemRequestBuilder instantiates a new SecureScoreControlProfileItemRequestBuilder and sets the default values.
func NewSecureScoreControlProfileItemRequestBuilderInternal ¶ added in v0.12.0
func NewSecureScoreControlProfileItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *SecureScoreControlProfileItemRequestBuilder
NewSecureScoreControlProfileItemRequestBuilderInternal instantiates a new SecureScoreControlProfileItemRequestBuilder and sets the default values.
func (*SecureScoreControlProfileItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.12.0
func (m *SecureScoreControlProfileItemRequestBuilder) CreateDeleteRequestInformation(options *SecureScoreControlProfileItemRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property secureScoreControlProfiles for security
func (*SecureScoreControlProfileItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.12.0
func (m *SecureScoreControlProfileItemRequestBuilder) CreateGetRequestInformation(options *SecureScoreControlProfileItemRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation get secureScoreControlProfiles from security
func (*SecureScoreControlProfileItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.12.0
func (m *SecureScoreControlProfileItemRequestBuilder) CreatePatchRequestInformation(options *SecureScoreControlProfileItemRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePatchRequestInformation update the navigation property secureScoreControlProfiles in security
func (*SecureScoreControlProfileItemRequestBuilder) Delete ¶ added in v0.12.0
func (m *SecureScoreControlProfileItemRequestBuilder) Delete(options *SecureScoreControlProfileItemRequestBuilderDeleteOptions) error
Delete delete navigation property secureScoreControlProfiles for security
func (*SecureScoreControlProfileItemRequestBuilder) Get ¶ added in v0.12.0
func (m *SecureScoreControlProfileItemRequestBuilder) Get(options *SecureScoreControlProfileItemRequestBuilderGetOptions) (i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.SecureScoreControlProfileable, error)
Get get secureScoreControlProfiles from security
func (*SecureScoreControlProfileItemRequestBuilder) Patch ¶ added in v0.12.0
func (m *SecureScoreControlProfileItemRequestBuilder) Patch(options *SecureScoreControlProfileItemRequestBuilderPatchOptions) error
Patch update the navigation property secureScoreControlProfiles in security
type SecureScoreControlProfileItemRequestBuilderDeleteOptions ¶ added in v0.12.0
type SecureScoreControlProfileItemRequestBuilderDeleteOptions struct {
// 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
}
SecureScoreControlProfileItemRequestBuilderDeleteOptions options for Delete
type SecureScoreControlProfileItemRequestBuilderGetOptions ¶ added in v0.12.0
type SecureScoreControlProfileItemRequestBuilderGetOptions struct {
// Request headers
H map[string]string
// Request options
O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
// Request query parameters
Q *SecureScoreControlProfileItemRequestBuilderGetQueryParameters
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}
SecureScoreControlProfileItemRequestBuilderGetOptions options for Get
type SecureScoreControlProfileItemRequestBuilderGetQueryParameters ¶ added in v0.12.0
type SecureScoreControlProfileItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string
// Select properties to be returned
Select []string
}
SecureScoreControlProfileItemRequestBuilderGetQueryParameters get secureScoreControlProfiles from security
type SecureScoreControlProfileItemRequestBuilderPatchOptions ¶ added in v0.12.0
type SecureScoreControlProfileItemRequestBuilderPatchOptions struct {
//
Body i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.SecureScoreControlProfileable
// 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
}
SecureScoreControlProfileItemRequestBuilderPatchOptions options for Patch