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

Request message to create single resource value config

Attributes

  • parent (type: String.t, default: nil) - Required. Resource name of the new ResourceValueConfig's parent.
  • resourceValueConfig (type: GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV1ResourceValueConfig.t, default: nil) - Required. The resource value config being created.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.SecurityCenter.V1.Model.CreateResourceValueConfigRequest{
  parent: String.t() | nil,
  resourceValueConfig:
    GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV1ResourceValueConfig.t()
    | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.