GoogleApi.SecurityCenter.V1.Model.SecurityCenterProperties (google_api_security_center v0.39.0)
View SourceSecurity Command Center managed properties. These properties are managed by Security Command Center and cannot be modified by the user.
Attributes
-
folders
(type:list(GoogleApi.SecurityCenter.V1.Model.Folder.t)
, default:nil
) - Contains a Folder message for each folder in the assets ancestry. The first folder is the deepest nested folder, and the last folder is the folder directly under the Organization. -
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.SecurityCenter.V1.Model.SecurityCenterProperties{ folders: [GoogleApi.SecurityCenter.V1.Model.Folder.t()] | nil, resourceDisplayName: String.t() | nil, resourceName: String.t() | nil, resourceOwners: [String.t()] | nil, resourceParent: String.t() | nil, resourceParentDisplayName: String.t() | nil, resourceProject: String.t() | nil, resourceProjectDisplayName: String.t() | nil, resourceType: String.t() | nil }