Skip to content

Commit d62e08f

Browse files
committed
Add database User grant
1 parent 57632a1 commit d62e08f

File tree

1 file changed

+13
-15
lines changed

1 file changed

+13
-15
lines changed

openapi.yaml

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -21889,51 +21889,49 @@ components:
2188921889
items:
2189021890
$ref: '#/components/schemas/Grant'
2189121891
description: >
21892-
The grants this User has pertaining to Linodes on this Account.
21893-
There will be one entry per Linode on the Account.
21892+
A collection of this User's permissions for each Linode that is owned by this Account.
21893+
database:
21894+
type: array
21895+
items:
21896+
$ref: '#/components/schemas/Grant'
21897+
description: >
21898+
A collection of this User's permissions for each Database that is owned by this Account.
2189421899
domain:
2189521900
type: array
2189621901
items:
2189721902
$ref: '#/components/schemas/Grant'
2189821903
description: >
21899-
The grants this User has pertaining to Domains on this Account.
21900-
There will be one entry per Domain on the Account.
21904+
A collection of this User's permissions for each Domain that is owned by this Account.
2190121905
nodebalancer:
2190221906
type: array
2190321907
items:
2190421908
$ref: '#/components/schemas/Grant'
2190521909
description: >
21906-
The grants this User has pertaining to NodeBalancers on this
21907-
Account. There will be one entry per NodeBalancer on the Account.
21910+
A collection of this User's permissions for each NodeBalancer that is owned by this Account.
2190821911
image:
2190921912
type: array
2191021913
items:
2191121914
$ref: '#/components/schemas/Grant'
2191221915
description: >
21913-
The grants this User has pertaining to Images on this Account.
21914-
There will be one entry per Image on the Account.
21916+
A collection of this User's permissions for each Image that is owned by this Account.
2191521917
longview:
2191621918
type: array
2191721919
items:
2191821920
$ref: '#/components/schemas/Grant'
2191921921
description: >
21920-
The grants this User has pertaining to Longview Clients on this
21921-
Account. There will be one entry per Longview Client on the
21922-
Account.
21922+
A collection of this User's permissions for each Longview Client that is owned by this Account.
2192321923
stackscript:
2192421924
type: array
2192521925
items:
2192621926
$ref: '#/components/schemas/Grant'
2192721927
description: >
21928-
The grants this User has pertaining to StackScripts on this
21929-
Account. There will be one entry per StackScript on the Account.
21928+
A collection of this User's permissions for each StackScript that is owned by this Account.
2193021929
volume:
2193121930
type: array
2193221931
items:
2193321932
$ref: '#/components/schemas/Grant'
2193421933
description: >
21935-
The grants this User has pertaining to Volumes on this Account.
21936-
There will be one entry per Volume on the Account.
21934+
A collection of this User's permissions for each Block Storage Volume that is owned by this Account.
2193721935
Image:
2193821936
type: object
2193921937
description: Image object

0 commit comments

Comments
 (0)