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

The configuration used for Asset Discovery runs.

Attributes

  • folderIds (type: list(String.t), default: nil) - The folder ids to use for filtering asset discovery. It consists of only digits, e.g., 756619654966.
  • inclusionMode (type: String.t, default: nil) - The mode to use for filtering asset discovery.
  • projectIds (type: list(String.t), default: nil) - The project ids to use for filtering asset discovery.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.SecurityCenter.V1.Model.AssetDiscoveryConfig{
  folderIds: [String.t()] | nil,
  inclusionMode: String.t() | nil,
  projectIds: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.