google_api_security_center v0.11.0 GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV1p1beta1SecurityCenterProperties View Source
Security Command Center managed properties. These properties are managed by Security Command Center 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 Google Cloud 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 Google Cloud resource. Examples include: APPLICATION, PROJECT, and ORGANIZATION. This is a case insensitive field defined by Security Command Center 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
Specs
t() :: %GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV1p1beta1SecurityCenterProperties{ 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
Specs
Unwrap a decoded JSON object into its complex fields.