google_api_security_center v0.5.0 GoogleApi.SecurityCenter.V1.Model.SecurityCenterProperties View Source

Cloud SCC managed properties. These properties are managed by Cloud SCC and cannot be modified by the user.

Attributes

  • resourceDisplayName (type: String.t, default: nil) - The user defined display name for this resource.
  • resourceName (type: String.t, default: nil) - The full resource name of the GCP resource this asset represents. This field is immutable after create time. See: https://cloud.google.com/apis/design/resource_names#full_resource_name
  • resourceOwners (type: list(String.t), default: nil) - Owners of the Google Cloud resource.
  • resourceParent (type: String.t, default: nil) - The full resource name of the immediate parent of the resource. See: https://cloud.google.com/apis/design/resource_names#full_resource_name
  • resourceParentDisplayName (type: String.t, default: nil) - The user defined display name for the parent of this resource.
  • resourceProject (type: String.t, default: nil) - The full resource name of the project the resource belongs to. See: https://cloud.google.com/apis/design/resource_names#full_resource_name
  • resourceProjectDisplayName (type: String.t, default: nil) - The user defined display name for the project of this resource.
  • resourceType (type: String.t, default: nil) - The type of the GCP resource. Examples include: APPLICATION, PROJECT, and ORGANIZATION. This is a case insensitive field defined by Cloud SCC and/or the producer of the resource and is immutable after create time.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.SecurityCenter.V1.Model.SecurityCenterProperties{
  resourceDisplayName: String.t(),
  resourceName: String.t(),
  resourceOwners: [String.t()],
  resourceParent: String.t(),
  resourceParentDisplayName: String.t(),
  resourceProject: String.t(),
  resourceProjectDisplayName: String.t(),
  resourceType: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.