Documentation
¶
Overview ¶
A StackGuardian Benchmark is a predefined evaluation for AWS and Azure connectors that assesses cloud services for optimization, security, and compliance.
For more details, please visit our [Documentation](https://docs.stackguardian.io/docs/discover/benchmark/).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func NewClient ¶
func NewClient(opts ...option.RequestOption) *Client
func (*Client) GetBenchmarkReports ¶
func (c *Client) GetBenchmarkReports( ctx context.Context, org string, request *sgsdkgo.GetBenchmarkReportsRequest, opts ...option.RequestOption, ) ([]interface{}, error)
Benchmark Reports API allows you to retrieve benchmark data for your organization. You can group, filter, and fetch detailed information about various compliance controls, resources, and benchmarks across different cloud service providers.
Click to show internal directories.
Click to hide internal directories.