class Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2Role

Kubernetes Role or ClusterRole.

def initialize(**args)

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

def update!(**args)

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