GoogleApi.ContainerAnalysis.V1alpha1.Model.ListScanConfigsResponse (google_api_container_analysis v0.19.0) View Source
A list of scan configs for the project.
Attributes
-
nextPageToken(type:String.t, default:nil) - A page token to pass in order to get more scan configs. -
scanConfigs(type:list(GoogleApi.ContainerAnalysis.V1alpha1.Model.ScanConfig.t), default:nil) - The set of scan configs.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.ContainerAnalysis.V1alpha1.Model.ListScanConfigsResponse{
nextPageToken: String.t() | nil,
scanConfigs: [GoogleApi.ContainerAnalysis.V1alpha1.Model.ScanConfig.t()] | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.