Documentation ¶
Index ¶
- type PrivateEndpointScanner
- func (a *PrivateEndpointScanner) GetRecommendations() map[string]azqr.AzqrRecommendation
- func (a *PrivateEndpointScanner) Init(config *azqr.ScannerConfig) error
- func (a *PrivateEndpointScanner) ResourceTypes() []string
- func (c *PrivateEndpointScanner) Scan(scanContext *azqr.ScanContext) ([]azqr.AzqrServiceResult, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PrivateEndpointScanner ¶
type PrivateEndpointScanner struct {
// contains filtered or unexported fields
}
PrivateEndpointScanner - Scanner for Private Endpoint
func (*PrivateEndpointScanner) GetRecommendations ¶
func (a *PrivateEndpointScanner) GetRecommendations() map[string]azqr.AzqrRecommendation
GetRules - Returns the rules for the PrivateEndpointScanner
func (*PrivateEndpointScanner) Init ¶
func (a *PrivateEndpointScanner) Init(config *azqr.ScannerConfig) error
Init - Initializes the Private Endpoint Scanner
func (*PrivateEndpointScanner) ResourceTypes ¶
func (a *PrivateEndpointScanner) ResourceTypes() []string
func (*PrivateEndpointScanner) Scan ¶
func (c *PrivateEndpointScanner) Scan(scanContext *azqr.ScanContext) ([]azqr.AzqrServiceResult, error)
Scan - Scans all Private Endpoint in a Resource Group
Click to show internal directories.
Click to hide internal directories.