GoogleApi.SecurityCenter.V1.Model.GcpMetadata (google_api_security_center v0.39.0)
View SourceGCP metadata associated with the resource, only applicable if the finding's cloud provider is Google Cloud Platform.
Attributes
-
folders
(type:list(GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2Folder.t)
, default:nil
) - Output only. 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. -
organization
(type:String.t
, default:nil
) - The name of the organization that the resource belongs to. -
parent
(type:String.t
, default:nil
) - The full resource name of resource's parent. -
parentDisplayName
(type:String.t
, default:nil
) - The human readable name of resource's parent. -
project
(type:String.t
, default:nil
) - The full resource name of project that the resource belongs to. -
projectDisplayName
(type:String.t
, default:nil
) - The project ID that the resource belongs to.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.SecurityCenter.V1.Model.GcpMetadata{ folders: [GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2Folder.t()] | nil, organization: String.t() | nil, parent: String.t() | nil, parentDisplayName: String.t() | nil, project: String.t() | nil, projectDisplayName: String.t() | nil }