Liking cljdoc? Tell your friends :D

happygapi.containeranalysis.projects

Container Analysis API: projects. An implementation of the Grafeas API, which stores, and enables querying and retrieval of critical metadata about all of your software artifacts. See: https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1beta1/projects

Container Analysis API: projects.
An implementation of the Grafeas API, which stores, and enables querying and retrieval of critical metadata about all of your software artifacts.
See: https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1beta1/projects
raw docstring

notes-batchCreate$clj

(notes-batchCreate$ auth parameters body)

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1beta1/projects/notes/batchCreate

Required parameters: parent

Optional parameters: none

Body:

{:notes {}}

Creates new notes in batch.

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1beta1/projects/notes/batchCreate

Required parameters: parent

Optional parameters: none

Body: 

{:notes {}}

Creates new notes in batch.
raw docstring

notes-create$clj

(notes-create$ auth parameters body)

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1beta1/projects/notes/create

Required parameters: parent

Optional parameters: noteId

Body:

{:relatedUrl [{:url string, :label string}], :package {:distribution [Distribution], :name string}, :discovery {:analysisKind string}, :relatedNoteNames [string], :deployable {:resourceUri [string]}, :expirationTime string, :name string, :createTime string, :vulnerability {:cvssScore number, :severity string, :cvssV3 CVSSv3, :details [Detail], :sourceUpdateTime string, :windowsDetails [WindowsDetail]}, :updateTime string, :attestationAuthority {:hint Hint}, :shortDescription string, :baseImage {:resourceUrl string, :fingerprint Fingerprint}, :build {:signature BuildSignature, :builderVersion string}, :kind string, :intoto {:threshold string, :expectedProducts [ArtifactRule], :stepName string, :expectedCommand [string], :expectedMaterials [ArtifactRule], :signingKeys [SigningKey]}, :longDescription string}

Creates a new note.

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1beta1/projects/notes/create

Required parameters: parent

Optional parameters: noteId

Body: 

{:relatedUrl [{:url string, :label string}],
 :package {:distribution [Distribution], :name string},
 :discovery {:analysisKind string},
 :relatedNoteNames [string],
 :deployable {:resourceUri [string]},
 :expirationTime string,
 :name string,
 :createTime string,
 :vulnerability {:cvssScore number,
                 :severity string,
                 :cvssV3 CVSSv3,
                 :details [Detail],
                 :sourceUpdateTime string,
                 :windowsDetails [WindowsDetail]},
 :updateTime string,
 :attestationAuthority {:hint Hint},
 :shortDescription string,
 :baseImage {:resourceUrl string, :fingerprint Fingerprint},
 :build {:signature BuildSignature, :builderVersion string},
 :kind string,
 :intoto {:threshold string,
          :expectedProducts [ArtifactRule],
          :stepName string,
          :expectedCommand [string],
          :expectedMaterials [ArtifactRule],
          :signingKeys [SigningKey]},
 :longDescription string}

Creates a new note.
raw docstring

notes-delete$clj

(notes-delete$ auth parameters)

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1beta1/projects/notes/delete

Required parameters: name

Optional parameters: none

Deletes the specified note.

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1beta1/projects/notes/delete

Required parameters: name

Optional parameters: none

Deletes the specified note.
raw docstring

notes-get$clj

(notes-get$ auth parameters)

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1beta1/projects/notes/get

Required parameters: name

Optional parameters: none

Gets the specified note.

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1beta1/projects/notes/get

Required parameters: name

Optional parameters: none

Gets the specified note.
raw docstring

notes-getIamPolicy$clj

(notes-getIamPolicy$ auth parameters body)

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1beta1/projects/notes/getIamPolicy

Required parameters: resource

Optional parameters: none

Body:

{:options {:requestedPolicyVersion integer}}

Gets the access control policy for a note or an occurrence resource. Requires containeranalysis.notes.setIamPolicy or containeranalysis.occurrences.setIamPolicy permission if the resource is a note or occurrence, respectively. The resource takes the format projects/[PROJECT_ID]/notes/[NOTE_ID] for notes and projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID] for occurrences.

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1beta1/projects/notes/getIamPolicy

Required parameters: resource

Optional parameters: none

Body: 

{:options {:requestedPolicyVersion integer}}

Gets the access control policy for a note or an occurrence resource. Requires `containeranalysis.notes.setIamPolicy` or `containeranalysis.occurrences.setIamPolicy` permission if the resource is a note or occurrence, respectively. The resource takes the format `projects/[PROJECT_ID]/notes/[NOTE_ID]` for notes and `projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID]` for occurrences.
raw docstring

notes-list$clj

(notes-list$ auth parameters)

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1beta1/projects/notes/list

Required parameters: parent

Optional parameters: pageToken, filter, pageSize

Lists notes for the specified project.

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1beta1/projects/notes/list

Required parameters: parent

Optional parameters: pageToken, filter, pageSize

Lists notes for the specified project.
raw docstring

notes-occurrences-list$clj

(notes-occurrences-list$ auth parameters)

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1beta1/projects/notes/occurrences/list

Required parameters: name

Optional parameters: pageToken, pageSize, filter

Lists occurrences referencing the specified note. Provider projects can use this method to get all occurrences across consumer projects referencing the specified note.

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1beta1/projects/notes/occurrences/list

Required parameters: name

Optional parameters: pageToken, pageSize, filter

Lists occurrences referencing the specified note. Provider projects can use this method to get all occurrences across consumer projects referencing the specified note.
raw docstring

notes-patch$clj

(notes-patch$ auth parameters body)

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1beta1/projects/notes/patch

Required parameters: name

Optional parameters: updateMask

Body:

{:relatedUrl [{:url string, :label string}], :package {:distribution [Distribution], :name string}, :discovery {:analysisKind string}, :relatedNoteNames [string], :deployable {:resourceUri [string]}, :expirationTime string, :name string, :createTime string, :vulnerability {:cvssScore number, :severity string, :cvssV3 CVSSv3, :details [Detail], :sourceUpdateTime string, :windowsDetails [WindowsDetail]}, :updateTime string, :attestationAuthority {:hint Hint}, :shortDescription string, :baseImage {:resourceUrl string, :fingerprint Fingerprint}, :build {:signature BuildSignature, :builderVersion string}, :kind string, :intoto {:threshold string, :expectedProducts [ArtifactRule], :stepName string, :expectedCommand [string], :expectedMaterials [ArtifactRule], :signingKeys [SigningKey]}, :longDescription string}

Updates the specified note.

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1beta1/projects/notes/patch

Required parameters: name

Optional parameters: updateMask

Body: 

{:relatedUrl [{:url string, :label string}],
 :package {:distribution [Distribution], :name string},
 :discovery {:analysisKind string},
 :relatedNoteNames [string],
 :deployable {:resourceUri [string]},
 :expirationTime string,
 :name string,
 :createTime string,
 :vulnerability {:cvssScore number,
                 :severity string,
                 :cvssV3 CVSSv3,
                 :details [Detail],
                 :sourceUpdateTime string,
                 :windowsDetails [WindowsDetail]},
 :updateTime string,
 :attestationAuthority {:hint Hint},
 :shortDescription string,
 :baseImage {:resourceUrl string, :fingerprint Fingerprint},
 :build {:signature BuildSignature, :builderVersion string},
 :kind string,
 :intoto {:threshold string,
          :expectedProducts [ArtifactRule],
          :stepName string,
          :expectedCommand [string],
          :expectedMaterials [ArtifactRule],
          :signingKeys [SigningKey]},
 :longDescription string}

Updates the specified note.
raw docstring

notes-setIamPolicy$clj

(notes-setIamPolicy$ auth parameters body)

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1beta1/projects/notes/setIamPolicy

Required parameters: resource

Optional parameters: none

Body:

{:policy {:version integer, :etag string, :bindings [Binding]}}

Sets the access control policy on the specified note or occurrence. Requires containeranalysis.notes.setIamPolicy or containeranalysis.occurrences.setIamPolicy permission if the resource is a note or an occurrence, respectively. The resource takes the format projects/[PROJECT_ID]/notes/[NOTE_ID] for notes and projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID] for occurrences.

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1beta1/projects/notes/setIamPolicy

Required parameters: resource

Optional parameters: none

Body: 

{:policy {:version integer, :etag string, :bindings [Binding]}}

Sets the access control policy on the specified note or occurrence. Requires `containeranalysis.notes.setIamPolicy` or `containeranalysis.occurrences.setIamPolicy` permission if the resource is a note or an occurrence, respectively. The resource takes the format `projects/[PROJECT_ID]/notes/[NOTE_ID]` for notes and `projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID]` for occurrences.
raw docstring

notes-testIamPermissions$clj

(notes-testIamPermissions$ auth parameters body)

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1beta1/projects/notes/testIamPermissions

Required parameters: resource

Optional parameters: none

Body:

{:permissions [string]}

Returns the permissions that a caller has on the specified note or occurrence. Requires list permission on the project (for example, containeranalysis.notes.list). The resource takes the format projects/[PROJECT_ID]/notes/[NOTE_ID] for notes and projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID] for occurrences.

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1beta1/projects/notes/testIamPermissions

Required parameters: resource

Optional parameters: none

Body: 

{:permissions [string]}

Returns the permissions that a caller has on the specified note or occurrence. Requires list permission on the project (for example, `containeranalysis.notes.list`). The resource takes the format `projects/[PROJECT_ID]/notes/[NOTE_ID]` for notes and `projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID]` for occurrences.
raw docstring

occurrences-batchCreate$clj

(occurrences-batchCreate$ auth parameters body)

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1beta1/projects/occurrences/batchCreate

Required parameters: parent

Optional parameters: none

Body:

{:occurrences [{:noteName string, :remediation string, :name string, :createTime string, :discovered GrafeasV1beta1DiscoveryDetails, :vulnerability GrafeasV1beta1VulnerabilityDetails, :updateTime string, :build GrafeasV1beta1BuildDetails, :installation GrafeasV1beta1PackageDetails, :derivedImage GrafeasV1beta1ImageDetails, :attestation Details, :resource Resource, :kind string, :deployment GrafeasV1beta1DeploymentDetails, :intoto GrafeasV1beta1IntotoDetails}]}

Creates new occurrences in batch.

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1beta1/projects/occurrences/batchCreate

Required parameters: parent

Optional parameters: none

Body: 

{:occurrences [{:noteName string,
                :remediation string,
                :name string,
                :createTime string,
                :discovered GrafeasV1beta1DiscoveryDetails,
                :vulnerability GrafeasV1beta1VulnerabilityDetails,
                :updateTime string,
                :build GrafeasV1beta1BuildDetails,
                :installation GrafeasV1beta1PackageDetails,
                :derivedImage GrafeasV1beta1ImageDetails,
                :attestation Details,
                :resource Resource,
                :kind string,
                :deployment GrafeasV1beta1DeploymentDetails,
                :intoto GrafeasV1beta1IntotoDetails}]}

Creates new occurrences in batch.
raw docstring

occurrences-create$clj

(occurrences-create$ auth parameters body)

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1beta1/projects/occurrences/create

Required parameters: parent

Optional parameters: none

Body:

{:noteName string, :remediation string, :name string, :createTime string, :discovered {:discovered Discovered}, :vulnerability {:shortDescription string, :longDescription string, :severity string, :effectiveSeverity string, :type string, :relatedUrls [RelatedUrl], :cvssScore number, :packageIssue [PackageIssue]}, :updateTime string, :build {:provenance BuildProvenance, :provenanceBytes string}, :installation {:installation Installation}, :derivedImage {:derivedImage Derived}, :attestation {:attestation Attestation}, :resource {:contentHash Hash, :name string, :uri string}, :kind string, :deployment {:deployment Deployment}, :intoto {:signatures [GrafeasV1beta1IntotoSignature], :signed Link}}

Creates a new occurrence.

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1beta1/projects/occurrences/create

Required parameters: parent

Optional parameters: none

Body: 

{:noteName string,
 :remediation string,
 :name string,
 :createTime string,
 :discovered {:discovered Discovered},
 :vulnerability {:shortDescription string,
                 :longDescription string,
                 :severity string,
                 :effectiveSeverity string,
                 :type string,
                 :relatedUrls [RelatedUrl],
                 :cvssScore number,
                 :packageIssue [PackageIssue]},
 :updateTime string,
 :build {:provenance BuildProvenance, :provenanceBytes string},
 :installation {:installation Installation},
 :derivedImage {:derivedImage Derived},
 :attestation {:attestation Attestation},
 :resource {:contentHash Hash, :name string, :uri string},
 :kind string,
 :deployment {:deployment Deployment},
 :intoto {:signatures [GrafeasV1beta1IntotoSignature], :signed Link}}

Creates a new occurrence.
raw docstring

occurrences-delete$clj

(occurrences-delete$ auth parameters)

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1beta1/projects/occurrences/delete

Required parameters: name

Optional parameters: none

Deletes the specified occurrence. For example, use this method to delete an occurrence when the occurrence is no longer applicable for the given resource.

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1beta1/projects/occurrences/delete

Required parameters: name

Optional parameters: none

Deletes the specified occurrence. For example, use this method to delete an occurrence when the occurrence is no longer applicable for the given resource.
raw docstring

occurrences-get$clj

(occurrences-get$ auth parameters)

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1beta1/projects/occurrences/get

Required parameters: name

Optional parameters: none

Gets the specified occurrence.

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1beta1/projects/occurrences/get

Required parameters: name

Optional parameters: none

Gets the specified occurrence.
raw docstring

occurrences-getIamPolicy$clj

(occurrences-getIamPolicy$ auth parameters body)

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1beta1/projects/occurrences/getIamPolicy

Required parameters: resource

Optional parameters: none

Body:

{:options {:requestedPolicyVersion integer}}

Gets the access control policy for a note or an occurrence resource. Requires containeranalysis.notes.setIamPolicy or containeranalysis.occurrences.setIamPolicy permission if the resource is a note or occurrence, respectively. The resource takes the format projects/[PROJECT_ID]/notes/[NOTE_ID] for notes and projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID] for occurrences.

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1beta1/projects/occurrences/getIamPolicy

Required parameters: resource

Optional parameters: none

Body: 

{:options {:requestedPolicyVersion integer}}

Gets the access control policy for a note or an occurrence resource. Requires `containeranalysis.notes.setIamPolicy` or `containeranalysis.occurrences.setIamPolicy` permission if the resource is a note or occurrence, respectively. The resource takes the format `projects/[PROJECT_ID]/notes/[NOTE_ID]` for notes and `projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID]` for occurrences.
raw docstring

occurrences-getNotes$clj

(occurrences-getNotes$ auth parameters)

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1beta1/projects/occurrences/getNotes

Required parameters: name

Optional parameters: none

Gets the note attached to the specified occurrence. Consumer projects can use this method to get a note that belongs to a provider project.

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1beta1/projects/occurrences/getNotes

Required parameters: name

Optional parameters: none

Gets the note attached to the specified occurrence. Consumer projects can use this method to get a note that belongs to a provider project.
raw docstring

occurrences-getVulnerabilitySummary$clj

(occurrences-getVulnerabilitySummary$ auth parameters)

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1beta1/projects/occurrences/getVulnerabilitySummary

Required parameters: parent

Optional parameters: filter

Gets a summary of the number and severity of occurrences.

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1beta1/projects/occurrences/getVulnerabilitySummary

Required parameters: parent

Optional parameters: filter

Gets a summary of the number and severity of occurrences.
raw docstring

occurrences-list$clj

(occurrences-list$ auth parameters)

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1beta1/projects/occurrences/list

Required parameters: parent

Optional parameters: filter, pageSize, pageToken

Lists occurrences for the specified project.

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1beta1/projects/occurrences/list

Required parameters: parent

Optional parameters: filter, pageSize, pageToken

Lists occurrences for the specified project.
raw docstring

occurrences-patch$clj

(occurrences-patch$ auth parameters body)

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1beta1/projects/occurrences/patch

Required parameters: name

Optional parameters: updateMask

Body:

{:noteName string, :remediation string, :name string, :createTime string, :discovered {:discovered Discovered}, :vulnerability {:shortDescription string, :longDescription string, :severity string, :effectiveSeverity string, :type string, :relatedUrls [RelatedUrl], :cvssScore number, :packageIssue [PackageIssue]}, :updateTime string, :build {:provenance BuildProvenance, :provenanceBytes string}, :installation {:installation Installation}, :derivedImage {:derivedImage Derived}, :attestation {:attestation Attestation}, :resource {:contentHash Hash, :name string, :uri string}, :kind string, :deployment {:deployment Deployment}, :intoto {:signatures [GrafeasV1beta1IntotoSignature], :signed Link}}

Updates the specified occurrence.

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1beta1/projects/occurrences/patch

Required parameters: name

Optional parameters: updateMask

Body: 

{:noteName string,
 :remediation string,
 :name string,
 :createTime string,
 :discovered {:discovered Discovered},
 :vulnerability {:shortDescription string,
                 :longDescription string,
                 :severity string,
                 :effectiveSeverity string,
                 :type string,
                 :relatedUrls [RelatedUrl],
                 :cvssScore number,
                 :packageIssue [PackageIssue]},
 :updateTime string,
 :build {:provenance BuildProvenance, :provenanceBytes string},
 :installation {:installation Installation},
 :derivedImage {:derivedImage Derived},
 :attestation {:attestation Attestation},
 :resource {:contentHash Hash, :name string, :uri string},
 :kind string,
 :deployment {:deployment Deployment},
 :intoto {:signatures [GrafeasV1beta1IntotoSignature], :signed Link}}

Updates the specified occurrence.
raw docstring

occurrences-setIamPolicy$clj

(occurrences-setIamPolicy$ auth parameters body)

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1beta1/projects/occurrences/setIamPolicy

Required parameters: resource

Optional parameters: none

Body:

{:policy {:version integer, :etag string, :bindings [Binding]}}

Sets the access control policy on the specified note or occurrence. Requires containeranalysis.notes.setIamPolicy or containeranalysis.occurrences.setIamPolicy permission if the resource is a note or an occurrence, respectively. The resource takes the format projects/[PROJECT_ID]/notes/[NOTE_ID] for notes and projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID] for occurrences.

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1beta1/projects/occurrences/setIamPolicy

Required parameters: resource

Optional parameters: none

Body: 

{:policy {:version integer, :etag string, :bindings [Binding]}}

Sets the access control policy on the specified note or occurrence. Requires `containeranalysis.notes.setIamPolicy` or `containeranalysis.occurrences.setIamPolicy` permission if the resource is a note or an occurrence, respectively. The resource takes the format `projects/[PROJECT_ID]/notes/[NOTE_ID]` for notes and `projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID]` for occurrences.
raw docstring

occurrences-testIamPermissions$clj

(occurrences-testIamPermissions$ auth parameters body)

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1beta1/projects/occurrences/testIamPermissions

Required parameters: resource

Optional parameters: none

Body:

{:permissions [string]}

Returns the permissions that a caller has on the specified note or occurrence. Requires list permission on the project (for example, containeranalysis.notes.list). The resource takes the format projects/[PROJECT_ID]/notes/[NOTE_ID] for notes and projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID] for occurrences.

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1beta1/projects/occurrences/testIamPermissions

Required parameters: resource

Optional parameters: none

Body: 

{:permissions [string]}

Returns the permissions that a caller has on the specified note or occurrence. Requires list permission on the project (for example, `containeranalysis.notes.list`). The resource takes the format `projects/[PROJECT_ID]/notes/[NOTE_ID]` for notes and `projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID]` for occurrences.
raw docstring

scanConfigs-get$clj

(scanConfigs-get$ auth parameters)

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1beta1/projects/scanConfigs/get

Required parameters: name

Optional parameters: none

Gets the specified scan configuration.

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1beta1/projects/scanConfigs/get

Required parameters: name

Optional parameters: none

Gets the specified scan configuration.
raw docstring

scanConfigs-list$clj

(scanConfigs-list$ auth parameters)

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1beta1/projects/scanConfigs/list

Required parameters: parent

Optional parameters: pageToken, pageSize, filter

Lists scan configurations for the specified project.

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1beta1/projects/scanConfigs/list

Required parameters: parent

Optional parameters: pageToken, pageSize, filter

Lists scan configurations for the specified project.
raw docstring

scanConfigs-update$clj

(scanConfigs-update$ auth parameters body)

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1beta1/projects/scanConfigs/update

Required parameters: name

Optional parameters: none

Body:

{:enabled boolean, :name string, :createTime string, :description string, :updateTime string}

Updates the specified scan configuration.

https://cloud.google.com/container-analysis/api/reference/rest/api/reference/rest/v1beta1/projects/scanConfigs/update

Required parameters: name

Optional parameters: none

Body: 

{:enabled boolean,
 :name string,
 :createTime string,
 :description string,
 :updateTime string}

Updates the specified scan configuration.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close