Documentation
¶
Index ¶
- type SecureScoreControlProfileItemRequestBuilder
- func (m *SecureScoreControlProfileItemRequestBuilder) CreateDeleteRequestInformation() (...)
- func (m *SecureScoreControlProfileItemRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration(...) (...)
- func (m *SecureScoreControlProfileItemRequestBuilder) CreateGetRequestInformation() (...)
- func (m *SecureScoreControlProfileItemRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(...) (...)
- func (m *SecureScoreControlProfileItemRequestBuilder) CreatePatchRequestInformation(...) (...)
- func (m *SecureScoreControlProfileItemRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration(...) (...)
- func (m *SecureScoreControlProfileItemRequestBuilder) Delete() error
- func (m *SecureScoreControlProfileItemRequestBuilder) DeleteWithRequestConfigurationAndResponseHandler(...) error
- func (m *SecureScoreControlProfileItemRequestBuilder) Get() (...)
- func (m *SecureScoreControlProfileItemRequestBuilder) GetWithRequestConfigurationAndResponseHandler(...) (...)
- func (m *SecureScoreControlProfileItemRequestBuilder) Patch(...) error
- func (m *SecureScoreControlProfileItemRequestBuilder) PatchWithRequestConfigurationAndResponseHandler(...) error
- type SecureScoreControlProfileItemRequestBuilderDeleteRequestConfiguration
- type SecureScoreControlProfileItemRequestBuilderGetQueryParameters
- type SecureScoreControlProfileItemRequestBuilderGetRequestConfiguration
- type SecureScoreControlProfileItemRequestBuilderPatchRequestConfiguration
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() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property secureScoreControlProfiles for security
func (*SecureScoreControlProfileItemRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *SecureScoreControlProfileItemRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration(requestConfiguration *SecureScoreControlProfileItemRequestBuilderDeleteRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformationWithRequestConfiguration delete navigation property secureScoreControlProfiles for security
func (*SecureScoreControlProfileItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.12.0
func (m *SecureScoreControlProfileItemRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation get secureScoreControlProfiles from security
func (*SecureScoreControlProfileItemRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *SecureScoreControlProfileItemRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *SecureScoreControlProfileItemRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration get secureScoreControlProfiles from security
func (*SecureScoreControlProfileItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.12.0
func (m *SecureScoreControlProfileItemRequestBuilder) CreatePatchRequestInformation(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SecureScoreControlProfileable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property secureScoreControlProfiles in security
func (*SecureScoreControlProfileItemRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *SecureScoreControlProfileItemRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SecureScoreControlProfileable, requestConfiguration *SecureScoreControlProfileItemRequestBuilderPatchRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformationWithRequestConfiguration update the navigation property secureScoreControlProfiles in security
func (*SecureScoreControlProfileItemRequestBuilder) Delete ¶ added in v0.12.0
func (m *SecureScoreControlProfileItemRequestBuilder) Delete() error
Delete delete navigation property secureScoreControlProfiles for security
func (*SecureScoreControlProfileItemRequestBuilder) DeleteWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *SecureScoreControlProfileItemRequestBuilder) DeleteWithRequestConfigurationAndResponseHandler(requestConfiguration *SecureScoreControlProfileItemRequestBuilderDeleteRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) error
DeleteWithRequestConfigurationAndResponseHandler delete navigation property secureScoreControlProfiles for security
func (*SecureScoreControlProfileItemRequestBuilder) Get ¶ added in v0.12.0
func (m *SecureScoreControlProfileItemRequestBuilder) Get() (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SecureScoreControlProfileable, error)
Get get secureScoreControlProfiles from security
func (*SecureScoreControlProfileItemRequestBuilder) GetWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *SecureScoreControlProfileItemRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *SecureScoreControlProfileItemRequestBuilderGetRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SecureScoreControlProfileable, error)
GetWithRequestConfigurationAndResponseHandler get secureScoreControlProfiles from security
func (*SecureScoreControlProfileItemRequestBuilder) Patch ¶ added in v0.12.0
func (m *SecureScoreControlProfileItemRequestBuilder) Patch(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SecureScoreControlProfileable) error
Patch update the navigation property secureScoreControlProfiles in security
func (*SecureScoreControlProfileItemRequestBuilder) PatchWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *SecureScoreControlProfileItemRequestBuilder) PatchWithRequestConfigurationAndResponseHandler(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SecureScoreControlProfileable, requestConfiguration *SecureScoreControlProfileItemRequestBuilderPatchRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) error
PatchWithRequestConfigurationAndResponseHandler update the navigation property secureScoreControlProfiles in security
type SecureScoreControlProfileItemRequestBuilderDeleteRequestConfiguration ¶ added in v0.22.0
type SecureScoreControlProfileItemRequestBuilderDeleteRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
SecureScoreControlProfileItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
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 SecureScoreControlProfileItemRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type SecureScoreControlProfileItemRequestBuilderGetRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
// Request query parameters
QueryParameters *SecureScoreControlProfileItemRequestBuilderGetQueryParameters
}
SecureScoreControlProfileItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type SecureScoreControlProfileItemRequestBuilderPatchRequestConfiguration ¶ added in v0.22.0
type SecureScoreControlProfileItemRequestBuilderPatchRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
SecureScoreControlProfileItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.