# Functions

CacheExpires helper function to determine remaining time before repeating a request.
NewAPIClient creates a new API client.
NewAPIResponse returns a new APIResonse object.
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
NewConfiguration returns a new Configuration object.

# Variables

ContextAccessToken takes a string oauth2 access token as authentication for the request.
ContextAPIKey takes an APIKey as authentication for the request.
ContextBasicAuth takes BasicAuth as authentication for the request.
ContextOAuth2 takes an oauth2.TokenSource as authentication for the request.

# Structs

APIClient manages communication with the Red Hat Advanced Cluster Security Service Fleet Manager API v1.2.0 In most cases there should be only one, shared, APIClient.
APIKey provides API key based authentication to a request passed via context using ContextAPIKey.
APIResponse stores the API response returned by the server.
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth.
CentralRequest struct for CentralRequest.
CentralRequestList struct for CentralRequestList.
CentralRequestPayload Schema for the request body sent to /centrals POST.
CentralUpdateRequest struct for CentralUpdateRequest.
CloudProvider Cloud provider.
CloudProviderList struct for CloudProviderList.
CloudRegion Description of a region of a cloud provider.
CloudRegionList struct for CloudRegionList.
Configuration stores the configuration of the API client.
Error struct for Error.
ErrorList struct for ErrorList.
GenericOpenAPIError Provides access to the body, error and model on returned errors.
GetCentralsOpts Optional parameters for the method 'GetCentrals'.
GetCloudProviderRegionsOpts Optional parameters for the method 'GetCloudProviderRegions'.
GetCloudProvidersOpts Optional parameters for the method 'GetCloudProviders'.
GetMetricsByInstantQueryOpts Optional parameters for the method 'GetMetricsByInstantQuery'.
GetMetricsByRangeQueryOpts Optional parameters for the method 'GetMetricsByRangeQuery'.
InstantQuery struct for InstantQuery.
List struct for List.
MetricsInstantQueryList struct for MetricsInstantQueryList.
MetricsRangeQueryList struct for MetricsRangeQueryList.
ObjectReference struct for ObjectReference.
RangeQuery struct for RangeQuery.
ServerConfiguration stores the information about a server.
ServerVariable stores the information about a server variable.
ServiceStatus Schema for the service status response body.
ServiceStatusCentrals The RHACS resource api status.
Values struct for Values.
VersionMetadata struct for VersionMetadata.

# Type aliases

DefaultApiService DefaultApi service.
ErrorsApiService ErrorsApi service.