class Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1p1beta1SecurityMarks

permissions on the organization.
organization – they can be modified and viewed by all users who have proper
Center resource. Security marks are scoped within a Security Command Center
User specified security marks that are attached to the parent Security Command

def initialize(**args)

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

def update!(**args)

Update properties of this object
def update!(**args)
  @canonical_name = args[:canonical_name] if args.key?(:canonical_name)
  @marks = args[:marks] if args.key?(:marks)
  @name = args[:name] if args.key?(:name)
end