projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
15720: Warn about empty ManagementToken or SystemRootToken.
[arvados.git]
/
apps
/
workbench
/
app
/
models
/
api_client_authorization.rb
1
# Copyright (C) The Arvados Authors. All rights reserved.
2
#
3
# SPDX-License-Identifier: AGPL-3.0
4
5
class ApiClientAuthorization < ArvadosBase
6
def editable_attributes
7
%w(expires_at default_owner_uuid)
8
end
9
def self.creatable?
10
false
11
end
12
end