Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIClientConfig ¶
type Client ¶
type Client struct { Config APIClientConfig HTTPClient *http.Client JWT string }
A connection to Prisma Cloud Compute.
func APIClient ¶
func APIClient(config APIClientConfig) (*Client, error)
Create Client and authenticate.
func (*Client) Authenticate ¶ added in v0.8.0
Authenticate with the Prisma Cloud Compute Console.
func (*Client) Initialize ¶ added in v0.8.0
type ErrResponse ¶ added in v0.8.0
type ErrResponse struct {
Err string
}
Click to show internal directories.
Click to hide internal directories.