class Google::Apis::BinaryauthorizationV1::Attestor
An attestor that attests to container image artifacts. An existing attestor cannot be modified except where indicated.
Attributes
Optional. A descriptive comment. This field may be updated. The field may be displayed in chooser dialogs. Corresponds to the JSON property `description` @return [String]
Required. The resource name, in the format: `projects//attestors/`. This field may not be updated. Corresponds to the JSON property `name` @return [String]
Output only. Time when the attestor was last updated. Corresponds to the JSON property `updateTime` @return [String]
An user owned Grafeas note references a Grafeas Attestation.Authority Note created by the user. Corresponds to the JSON property `userOwnedGrafeasNote` @return [Google::Apis::BinaryauthorizationV1::UserOwnedGrafeasNote]
Public Class Methods
# File lib/google/apis/binaryauthorization_v1/classes.rb, line 162 def initialize(**args) update!(**args) end
Public Instance Methods
Update properties of this object
# File lib/google/apis/binaryauthorization_v1/classes.rb, line 167 def update!(**args) @description = args[:description] if args.key?(:description) @name = args[:name] if args.key?(:name) @update_time = args[:update_time] if args.key?(:update_time) @user_owned_grafeas_note = args[:user_owned_grafeas_note] if args.key?(:user_owned_grafeas_note) end