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
}
Builds and executes requests for operations under \security\secureScores\{secureScore-id}
func NewSecureScoreRequestBuilder ¶
func NewSecureScoreRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *SecureScoreRequestBuilder
Instantiates a new SecureScoreRequestBuilder and sets the default values. Parameters:
- rawUrl : The raw URL to use for the request builder.
- requestAdapter : The request adapter to use to execute the requests.
func NewSecureScoreRequestBuilderInternal ¶
func NewSecureScoreRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *SecureScoreRequestBuilder
Instantiates a new SecureScoreRequestBuilder and sets the default values. Parameters:
- pathParameters : Path parameters for the request
- requestAdapter : The request adapter to use to execute the requests.
func (*SecureScoreRequestBuilder) CreateDeleteRequestInformation ¶
func (m *SecureScoreRequestBuilder) CreateDeleteRequestInformation(options *SecureScoreRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Delete navigation property secureScores for security Parameters:
- options : Options for the request
func (*SecureScoreRequestBuilder) CreateGetRequestInformation ¶
func (m *SecureScoreRequestBuilder) CreateGetRequestInformation(options *SecureScoreRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Get secureScores from security Parameters:
- options : Options for the request
func (*SecureScoreRequestBuilder) CreatePatchRequestInformation ¶
func (m *SecureScoreRequestBuilder) CreatePatchRequestInformation(options *SecureScoreRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Update the navigation property secureScores in security Parameters:
- options : Options for the request
func (*SecureScoreRequestBuilder) Delete ¶
func (m *SecureScoreRequestBuilder) Delete(options *SecureScoreRequestBuilderDeleteOptions) error
Delete navigation property secureScores for security Parameters:
- options : Options for the request
func (*SecureScoreRequestBuilder) Get ¶
func (m *SecureScoreRequestBuilder) Get(options *SecureScoreRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.SecureScore, error)
Get secureScores from security Parameters:
- options : Options for the request
func (*SecureScoreRequestBuilder) Patch ¶
func (m *SecureScoreRequestBuilder) Patch(options *SecureScoreRequestBuilderPatchOptions) error
Update the navigation property secureScores in security Parameters:
- options : Options for the request
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 }
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 }
Options for Get
type SecureScoreRequestBuilderGetQueryParameters ¶
type SecureScoreRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string // Select properties to be returned Select_escaped []string }
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 }
Options for Patch