Documentation ¶
Index ¶
- type SecureScoresRequestBuilder
- func (m *SecureScoresRequestBuilder) Count() ...
- func (m *SecureScoresRequestBuilder) CreateGetRequestInformation(options *SecureScoresRequestBuilderGetOptions) (...)
- func (m *SecureScoresRequestBuilder) CreatePostRequestInformation(options *SecureScoresRequestBuilderPostOptions) (...)
- func (m *SecureScoresRequestBuilder) Get(options *SecureScoresRequestBuilderGetOptions) (...)
- func (m *SecureScoresRequestBuilder) Post(options *SecureScoresRequestBuilderPostOptions) (...)
- type SecureScoresRequestBuilderGetOptions
- type SecureScoresRequestBuilderGetQueryParameters
- type SecureScoresRequestBuilderPostOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SecureScoresRequestBuilder ¶
type SecureScoresRequestBuilder struct {
// contains filtered or unexported fields
}
SecureScoresRequestBuilder provides operations to manage the secureScores property of the microsoft.graph.security entity.
func NewSecureScoresRequestBuilder ¶
func NewSecureScoresRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SecureScoresRequestBuilder
NewSecureScoresRequestBuilder instantiates a new SecureScoresRequestBuilder and sets the default values.
func NewSecureScoresRequestBuilderInternal ¶
func NewSecureScoresRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SecureScoresRequestBuilder
NewSecureScoresRequestBuilderInternal instantiates a new SecureScoresRequestBuilder and sets the default values.
func (*SecureScoresRequestBuilder) Count ¶
func (m *SecureScoresRequestBuilder) Count() *i78a9db111083c7c8931eded7081c3de236a39cbbc4738320ad649b3968889e30.CountRequestBuilder
Count the count property
func (*SecureScoresRequestBuilder) CreateGetRequestInformation ¶
func (m *SecureScoresRequestBuilder) CreateGetRequestInformation(options *SecureScoresRequestBuilderGetOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation get secureScores from security
func (*SecureScoresRequestBuilder) CreatePostRequestInformation ¶
func (m *SecureScoresRequestBuilder) CreatePostRequestInformation(options *SecureScoresRequestBuilderPostOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation create new navigation property to secureScores for security
func (*SecureScoresRequestBuilder) Get ¶
func (m *SecureScoresRequestBuilder) Get(options *SecureScoresRequestBuilderGetOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SecureScoreCollectionResponseable, error)
Get get secureScores from security
func (*SecureScoresRequestBuilder) Post ¶
func (m *SecureScoresRequestBuilder) Post(options *SecureScoresRequestBuilderPostOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SecureScoreable, error)
Post create new navigation property to secureScores for security
type SecureScoresRequestBuilderGetOptions ¶
type SecureScoresRequestBuilderGetOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *SecureScoresRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
SecureScoresRequestBuilderGetOptions options for Get
type SecureScoresRequestBuilderGetQueryParameters ¶
type SecureScoresRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` // Expand related entities Expand []string `uriparametername:"%24expand"` // Filter items by property values Filter *string `uriparametername:"%24filter"` // Order items by property values Orderby []string `uriparametername:"%24orderby"` // Search items by search phrases Search *string `uriparametername:"%24search"` // Select properties to be returned Select []string `uriparametername:"%24select"` // Skip the first n items Skip *int32 `uriparametername:"%24skip"` // Show only the first n items Top *int32 `uriparametername:"%24top"` }
SecureScoresRequestBuilderGetQueryParameters get secureScores from security
type SecureScoresRequestBuilderPostOptions ¶
type SecureScoresRequestBuilderPostOptions struct { // Body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SecureScoreable // 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 }
SecureScoresRequestBuilderPostOptions options for Post