Documentation
¶
Index ¶
- type SecureScoreRequestBuilder
- func (m *SecureScoreRequestBuilder) CreateDeleteRequestInformation(options *SecureScoreRequestBuilderDeleteOptions) (...)
- func (m *SecureScoreRequestBuilder) CreateGetRequestInformation(options *SecureScoreRequestBuilderGetOptions) (...)
- func (m *SecureScoreRequestBuilder) CreatePatchRequestInformation(options *SecureScoreRequestBuilderPatchOptions) (...)
- func (m *SecureScoreRequestBuilder) Delete(options *SecureScoreRequestBuilderDeleteOptions) error
- func (m *SecureScoreRequestBuilder) Get(options *SecureScoreRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.SecureScore, ...)
- func (m *SecureScoreRequestBuilder) Patch(options *SecureScoreRequestBuilderPatchOptions) error
- type SecureScoreRequestBuilderDeleteOptions
- type SecureScoreRequestBuilderGetOptions
- type SecureScoreRequestBuilderGetQueryParameters
- type SecureScoreRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SecureScoreRequestBuilder ¶
type SecureScoreRequestBuilder struct {
// contains filtered or unexported fields
}
SecureScoreRequestBuilder builds and executes requests for operations under \security\secureScores\{secureScore-id}
func NewSecureScoreRequestBuilder ¶
func NewSecureScoreRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *SecureScoreRequestBuilder
NewSecureScoreRequestBuilder instantiates a new SecureScoreRequestBuilder and sets the default values.
func NewSecureScoreRequestBuilderInternal ¶
func NewSecureScoreRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *SecureScoreRequestBuilder
NewSecureScoreRequestBuilderInternal instantiates a new SecureScoreRequestBuilder and sets the default values.
func (*SecureScoreRequestBuilder) CreateDeleteRequestInformation ¶
func (m *SecureScoreRequestBuilder) CreateDeleteRequestInformation(options *SecureScoreRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property secureScores for security
func (*SecureScoreRequestBuilder) CreateGetRequestInformation ¶
func (m *SecureScoreRequestBuilder) CreateGetRequestInformation(options *SecureScoreRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation get secureScores from security
func (*SecureScoreRequestBuilder) CreatePatchRequestInformation ¶
func (m *SecureScoreRequestBuilder) CreatePatchRequestInformation(options *SecureScoreRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePatchRequestInformation update the navigation property secureScores in security
func (*SecureScoreRequestBuilder) Delete ¶
func (m *SecureScoreRequestBuilder) Delete(options *SecureScoreRequestBuilderDeleteOptions) error
Delete delete navigation property secureScores for security
func (*SecureScoreRequestBuilder) Get ¶
func (m *SecureScoreRequestBuilder) Get(options *SecureScoreRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.SecureScore, error)
Get get secureScores from security
func (*SecureScoreRequestBuilder) Patch ¶
func (m *SecureScoreRequestBuilder) Patch(options *SecureScoreRequestBuilderPatchOptions) error
Patch update the navigation property secureScores in security
type SecureScoreRequestBuilderDeleteOptions ¶
type SecureScoreRequestBuilderDeleteOptions struct {
// Request headers
H map[string]string
// Request options
O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}
SecureScoreRequestBuilderDeleteOptions options for Delete
type SecureScoreRequestBuilderGetOptions ¶
type SecureScoreRequestBuilderGetOptions struct {
// Request headers
H map[string]string
// Request options
O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
// Request query parameters
Q *SecureScoreRequestBuilderGetQueryParameters
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}
SecureScoreRequestBuilderGetOptions options for Get
type SecureScoreRequestBuilderGetQueryParameters ¶
type SecureScoreRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string
// Select properties to be returned
Select []string
}
SecureScoreRequestBuilderGetQueryParameters get secureScores from security
type SecureScoreRequestBuilderPatchOptions ¶
type SecureScoreRequestBuilderPatchOptions struct {
//
Body *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.SecureScore
// Request headers
H map[string]string
// Request options
O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}
SecureScoreRequestBuilderPatchOptions options for Patch