google_api_security_center v0.8.0 GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV1p1beta1TemporalAsset View Source
Wrapper over asset object that also captures the state change for the asset e.g. if it was a newly created asset vs updated or deleted asset.
Attributes
asset(type:GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV1p1beta1Asset.t, default:nil) - Asset data that includes attributes, properties and marks about the asset.changeType(type:String.t, default:nil) - Represents if the asset was created/updated/deleted.
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 Sourcet() ::
%GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV1p1beta1TemporalAsset{
asset:
GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV1p1beta1Asset.t(),
changeType: String.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.