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 i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.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 i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.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) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property secureScoreControlProfiles for security
func (*SecureScoreControlProfileItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.12.0
func (m *SecureScoreControlProfileItemRequestBuilder) CreateGetRequestInformation(options *SecureScoreControlProfileItemRequestBuilderGetOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation get secureScoreControlProfiles from security
func (*SecureScoreControlProfileItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.12.0
func (m *SecureScoreControlProfileItemRequestBuilder) CreatePatchRequestInformation(options *SecureScoreControlProfileItemRequestBuilderPatchOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.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) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.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
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
}
SecureScoreControlProfileItemRequestBuilderDeleteOptions options for Delete
type SecureScoreControlProfileItemRequestBuilderGetOptions ¶ added in v0.12.0
type SecureScoreControlProfileItemRequestBuilderGetOptions struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
// Request query parameters
QueryParameters *SecureScoreControlProfileItemRequestBuilderGetQueryParameters
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler
}
SecureScoreControlProfileItemRequestBuilderGetOptions options for Get
type SecureScoreControlProfileItemRequestBuilderGetQueryParameters ¶ added in v0.12.0
type SecureScoreControlProfileItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
// Select properties to be returned
Select []string `uriparametername:"%24select"`
}
SecureScoreControlProfileItemRequestBuilderGetQueryParameters get secureScoreControlProfiles from security
type SecureScoreControlProfileItemRequestBuilderPatchOptions ¶ added in v0.12.0
type SecureScoreControlProfileItemRequestBuilderPatchOptions struct {
//
Body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SecureScoreControlProfileable
// 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
}
SecureScoreControlProfileItemRequestBuilderPatchOptions options for Patch