Documentation
¶
Index ¶
- type SecurityRequestBuilder
- func (m *SecurityRequestBuilder) Alerts() ...
- func (m *SecurityRequestBuilder) AlertsById(id string) ...
- func (m *SecurityRequestBuilder) AttackSimulation() ...
- func (m *SecurityRequestBuilder) Cases() ...
- func (m *SecurityRequestBuilder) CreateGetRequestInformation(ctx context.Context, ...) (...)
- func (m *SecurityRequestBuilder) CreatePatchRequestInformation(ctx context.Context, ...) (...)
- func (m *SecurityRequestBuilder) Get(ctx context.Context, ...) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Securityable, ...)
- func (m *SecurityRequestBuilder) Patch(ctx context.Context, ...) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Securityable, ...)
- func (m *SecurityRequestBuilder) SecureScoreControlProfiles() ...
- func (m *SecurityRequestBuilder) SecureScoreControlProfilesById(id string) ...
- func (m *SecurityRequestBuilder) SecureScores() ...
- func (m *SecurityRequestBuilder) SecureScoresById(id string) ...
- type SecurityRequestBuilderGetQueryParameters
- type SecurityRequestBuilderGetRequestConfiguration
- type SecurityRequestBuilderPatchRequestConfiguration
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 provides operations to manage the alerts property of the microsoft.graph.security entity.
func (*SecurityRequestBuilder) AlertsById ¶
func (m *SecurityRequestBuilder) AlertsById(id string) *i9f4cc7fe9832e758c23f51e8095ff0946d511066f5a7d110c1662df7efadb000.AlertItemRequestBuilder
AlertsById provides operations to manage the alerts property of the microsoft.graph.security entity.
func (*SecurityRequestBuilder) AttackSimulation ¶ added in v0.41.0
func (m *SecurityRequestBuilder) AttackSimulation() *ie7d038ee19b31eb009a453ff789ed94976aee3a535728cdf937b5d42a5963d93.AttackSimulationRequestBuilder
AttackSimulation provides operations to manage the attackSimulation property of the microsoft.graph.security entity.
func (*SecurityRequestBuilder) Cases ¶ added in v0.29.0
func (m *SecurityRequestBuilder) Cases() *ifd8140bc5c892f85e2edd387a9c4f1aa051c63a62f5cbae31abf9d061b8b7b59.CasesRequestBuilder
Cases provides operations to manage the cases property of the microsoft.graph.security entity.
func (*SecurityRequestBuilder) CreateGetRequestInformation ¶
func (m *SecurityRequestBuilder) CreateGetRequestInformation(ctx context.Context, requestConfiguration *SecurityRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation get security
func (*SecurityRequestBuilder) CreatePatchRequestInformation ¶
func (m *SecurityRequestBuilder) CreatePatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Securityable, requestConfiguration *SecurityRequestBuilderPatchRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update security
func (*SecurityRequestBuilder) Get ¶
func (m *SecurityRequestBuilder) Get(ctx context.Context, requestConfiguration *SecurityRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Securityable, error)
Get get security
func (*SecurityRequestBuilder) Patch ¶
func (m *SecurityRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Securityable, requestConfiguration *SecurityRequestBuilderPatchRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Securityable, error)
Patch update security
func (*SecurityRequestBuilder) SecureScoreControlProfiles ¶
func (m *SecurityRequestBuilder) SecureScoreControlProfiles() *ie4328a6e5437e25d06c50bee3076698796ad30481e9e114d704c631aad9b6f5b.SecureScoreControlProfilesRequestBuilder
SecureScoreControlProfiles provides operations to manage the secureScoreControlProfiles property of the microsoft.graph.security entity.
func (*SecurityRequestBuilder) SecureScoreControlProfilesById ¶
func (m *SecurityRequestBuilder) SecureScoreControlProfilesById(id string) *i341438a13fe09ad4284380c5f498c991d5debd415f26d3ad4445315402edc168.SecureScoreControlProfileItemRequestBuilder
SecureScoreControlProfilesById provides operations to manage the secureScoreControlProfiles property of the microsoft.graph.security entity.
func (*SecurityRequestBuilder) SecureScores ¶
func (m *SecurityRequestBuilder) SecureScores() *i13bd20348dd8380732465deeb248cdc3f18bf1b888ea708c2518379965331b7d.SecureScoresRequestBuilder
SecureScores provides operations to manage the secureScores property of the microsoft.graph.security entity.
func (*SecurityRequestBuilder) SecureScoresById ¶
func (m *SecurityRequestBuilder) SecureScoresById(id string) *i935eca4ee55c30c68a1ba6558e201935fcaf58fd82c8f8076c82de8f806aac5b.SecureScoreItemRequestBuilder
SecureScoresById provides operations to manage the secureScores property of the microsoft.graph.security entity.
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 SecurityRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type SecurityRequestBuilderGetRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *SecurityRequestBuilderGetQueryParameters }
SecurityRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type SecurityRequestBuilderPatchRequestConfiguration ¶ added in v0.22.0
type SecurityRequestBuilderPatchRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
SecurityRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.