View Source GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2Application (google_api_security_center v0.29.0)

Represents an application associated with a finding.

Attributes

  • baseUri (type: String.t, default: nil) - The base URI that identifies the network location of the application in which the vulnerability was detected. For example, http://example.com.
  • fullUri (type: String.t, default: nil) - The full URI with payload that could be used to reproduce the vulnerability. For example, http://example.com?p=aMmYgI6H.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2Application{
    baseUri: String.t() | nil,
    fullUri: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.