Class: Google::Apis::OndemandscanningV1::SecretLocation

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/ondemandscanning_v1/classes.rb,
lib/google/apis/ondemandscanning_v1/representations.rb,
lib/google/apis/ondemandscanning_v1/representations.rb

Overview

The location of the secret.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SecretLocation

Returns a new instance of SecretLocation.



3479
3480
3481
# File 'lib/google/apis/ondemandscanning_v1/classes.rb', line 3479

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#file_locationGoogle::Apis::OndemandscanningV1::GrafeasV1FileLocation

Indicates the location at which a package was found. Corresponds to the JSON property fileLocation



3477
3478
3479
# File 'lib/google/apis/ondemandscanning_v1/classes.rb', line 3477

def file_location
  @file_location
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3484
3485
3486
# File 'lib/google/apis/ondemandscanning_v1/classes.rb', line 3484

def update!(**args)
  @file_location = args[:file_location] if args.key?(:file_location)
end