Documentation
¶
Index ¶
- type SecurityRequestBuilder
- func (m *SecurityRequestBuilder) Alerts() ...
- func (m *SecurityRequestBuilder) AlertsById(id string) ...
- func (m *SecurityRequestBuilder) CreateGetRequestInformation(options *SecurityRequestBuilderGetOptions) (...)
- func (m *SecurityRequestBuilder) CreatePatchRequestInformation(options *SecurityRequestBuilderPatchOptions) (...)
- func (m *SecurityRequestBuilder) Get(options *SecurityRequestBuilderGetOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Securityable, ...)
- func (m *SecurityRequestBuilder) Patch(options *SecurityRequestBuilderPatchOptions) error
- func (m *SecurityRequestBuilder) SecureScoreControlProfiles() ...
- func (m *SecurityRequestBuilder) SecureScoreControlProfilesById(id string) ...
- func (m *SecurityRequestBuilder) SecureScores() ...
- func (m *SecurityRequestBuilder) SecureScoresById(id string) ...
- type SecurityRequestBuilderGetOptions
- type SecurityRequestBuilderGetQueryParameters
- type SecurityRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SecurityRequestBuilder ¶
type SecurityRequestBuilder struct {
// contains filtered or unexported fields
}
SecurityRequestBuilder provides operations to manage the security singleton.
func NewSecurityRequestBuilder ¶
func NewSecurityRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SecurityRequestBuilder
NewSecurityRequestBuilder instantiates a new SecurityRequestBuilder and sets the default values.
func NewSecurityRequestBuilderInternal ¶
func NewSecurityRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SecurityRequestBuilder
NewSecurityRequestBuilderInternal instantiates a new SecurityRequestBuilder and sets the default values.
func (*SecurityRequestBuilder) Alerts ¶
func (m *SecurityRequestBuilder) Alerts() *ic55f4c3693b3458d37f169972d41697131ecfdb31a625c4fae6e024f02167222.AlertsRequestBuilder
Alerts the alerts property
func (*SecurityRequestBuilder) AlertsById ¶
func (m *SecurityRequestBuilder) AlertsById(id string) *i9f4cc7fe9832e758c23f51e8095ff0946d511066f5a7d110c1662df7efadb000.AlertItemRequestBuilder
AlertsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.security.alerts.item collection
func (*SecurityRequestBuilder) CreateGetRequestInformation ¶
func (m *SecurityRequestBuilder) CreateGetRequestInformation(options *SecurityRequestBuilderGetOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation get security
func (*SecurityRequestBuilder) CreatePatchRequestInformation ¶
func (m *SecurityRequestBuilder) CreatePatchRequestInformation(options *SecurityRequestBuilderPatchOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update security
func (*SecurityRequestBuilder) Get ¶
func (m *SecurityRequestBuilder) Get(options *SecurityRequestBuilderGetOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Securityable, error)
Get get security
func (*SecurityRequestBuilder) Patch ¶
func (m *SecurityRequestBuilder) Patch(options *SecurityRequestBuilderPatchOptions) error
Patch update security
func (*SecurityRequestBuilder) SecureScoreControlProfiles ¶
func (m *SecurityRequestBuilder) SecureScoreControlProfiles() *ie4328a6e5437e25d06c50bee3076698796ad30481e9e114d704c631aad9b6f5b.SecureScoreControlProfilesRequestBuilder
SecureScoreControlProfiles the secureScoreControlProfiles property
func (*SecurityRequestBuilder) SecureScoreControlProfilesById ¶
func (m *SecurityRequestBuilder) SecureScoreControlProfilesById(id string) *i341438a13fe09ad4284380c5f498c991d5debd415f26d3ad4445315402edc168.SecureScoreControlProfileItemRequestBuilder
SecureScoreControlProfilesById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.security.secureScoreControlProfiles.item collection
func (*SecurityRequestBuilder) SecureScores ¶
func (m *SecurityRequestBuilder) SecureScores() *i13bd20348dd8380732465deeb248cdc3f18bf1b888ea708c2518379965331b7d.SecureScoresRequestBuilder
SecureScores the secureScores property
func (*SecurityRequestBuilder) SecureScoresById ¶
func (m *SecurityRequestBuilder) SecureScoresById(id string) *i935eca4ee55c30c68a1ba6558e201935fcaf58fd82c8f8076c82de8f806aac5b.SecureScoreItemRequestBuilder
SecureScoresById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.security.secureScores.item collection
type SecurityRequestBuilderGetOptions ¶
type SecurityRequestBuilderGetOptions struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
// Request query parameters
QueryParameters *SecurityRequestBuilderGetQueryParameters
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler
}
SecurityRequestBuilderGetOptions options for Get
type SecurityRequestBuilderGetQueryParameters ¶
type SecurityRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
// Select properties to be returned
Select []string `uriparametername:"%24select"`
}
SecurityRequestBuilderGetQueryParameters get security
type SecurityRequestBuilderPatchOptions ¶
type SecurityRequestBuilderPatchOptions struct {
//
Body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Securityable
// 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
}
SecurityRequestBuilderPatchOptions options for Patch