Documentation
¶
Index ¶
- type SecureScoreControlProfileItemRequestBuilder
- func (m *SecureScoreControlProfileItemRequestBuilder) CreateDeleteRequestInformation(ctx context.Context, ...) (...)
- func (m *SecureScoreControlProfileItemRequestBuilder) CreateGetRequestInformation(ctx context.Context, ...) (...)
- func (m *SecureScoreControlProfileItemRequestBuilder) CreatePatchRequestInformation(ctx context.Context, ...) (...)
- func (m *SecureScoreControlProfileItemRequestBuilder) Delete(ctx context.Context, ...) error
- func (m *SecureScoreControlProfileItemRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *SecureScoreControlProfileItemRequestBuilder) Patch(ctx context.Context, ...) (...)
- 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(ctx context.Context, requestConfiguration *SecureScoreControlProfileItemRequestBuilderDeleteRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property secureScoreControlProfiles for security
func (*SecureScoreControlProfileItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.12.0
func (m *SecureScoreControlProfileItemRequestBuilder) CreateGetRequestInformation(ctx context.Context, requestConfiguration *SecureScoreControlProfileItemRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation get secureScoreControlProfiles from security
func (*SecureScoreControlProfileItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.12.0
func (m *SecureScoreControlProfileItemRequestBuilder) CreatePatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SecureScoreControlProfileable, requestConfiguration *SecureScoreControlProfileItemRequestBuilderPatchRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property secureScoreControlProfiles in security
func (*SecureScoreControlProfileItemRequestBuilder) Delete ¶ added in v0.12.0
func (m *SecureScoreControlProfileItemRequestBuilder) Delete(ctx context.Context, requestConfiguration *SecureScoreControlProfileItemRequestBuilderDeleteRequestConfiguration) error
Delete delete navigation property secureScoreControlProfiles for security
func (*SecureScoreControlProfileItemRequestBuilder) Get ¶ added in v0.12.0
func (m *SecureScoreControlProfileItemRequestBuilder) Get(ctx context.Context, requestConfiguration *SecureScoreControlProfileItemRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SecureScoreControlProfileable, error)
Get get secureScoreControlProfiles from security
func (*SecureScoreControlProfileItemRequestBuilder) Patch ¶ added in v0.12.0
func (m *SecureScoreControlProfileItemRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SecureScoreControlProfileable, requestConfiguration *SecureScoreControlProfileItemRequestBuilderPatchRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SecureScoreControlProfileable, error)
Patch 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.