GoogleApi.ContainerAnalysis.V1alpha1.Model.ListScanConfigsResponse (google_api_container_analysis v0.34.0)
View SourceA 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContainerAnalysis.V1alpha1.Model.ListScanConfigsResponse{ nextPageToken: String.t() | nil, scanConfigs: [GoogleApi.ContainerAnalysis.V1alpha1.Model.ScanConfig.t()] | nil }