# Functions
The NewClient function accepts the BaseURL and apiToken and returns a client struct.
The NewRetryClient function accepts the BaseURL and apiToken and returns a retryableclient.Use this in place of NewClient to enable automatic retry logic for rate limiting etc.
# Structs
Assessment is a struct used inside of the Publisher struct.
The client struct defines a new HttpClient with the required connection details.BaseURL is a string that represents the Netskope tenant URL.
No description provided by the author
IpsecOptions Defines a struct to use return IPSec tunnel options.
IpsecPhase1 Defines a struct used to return Phase 1 tunnel options.
IpsecPhase2 Defines a struct used to return Phase 2 tunnel options.
No description provided by the author
NewIpsecTunnel defines a struct for creating an IPSec tunnel in Netskope.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
PublisherOptions struct defines details used in GET by ID, Create, Update and Delete methods.
No description provided by the author
PublisherToken struct is used to define the token response data.
No description provided by the author
No description provided by the author
No description provided by the author
RequestOptions defines a struct to pass options to functions.
No description provided by the author
# Type aliases
IpsecPops defines a struct used for list of Netskope IPSec PoPs returned from the tenant.
IpsecTunnels defines a struct to return a list of IPSec tunnels.