Skip to content

Commit e31ebc5

Browse files
authored
Merge pull request #753 from bbiggerr/grants-database
[Fix] Add database User grant
2 parents d25e021 + eef7497 commit e31ebc5

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
@@ -21890,51 +21890,49 @@ components:
2189021890
items:
2189121891
$ref: '#/components/schemas/Grant'
2189221892
description: >
21893-
The grants this User has pertaining to Linodes on this Account.
21894-
There will be one entry per Linode on the Account.
21893+
The grants this User has for each Linode that is owned by this Account.
21894+
database:
21895+
type: array
21896+
items:
21897+
$ref: '#/components/schemas/Grant'
21898+
description: >
21899+
The grants this User has for each Database that is owned by this Account.
2189521900
domain:
2189621901
type: array
2189721902
items:
2189821903
$ref: '#/components/schemas/Grant'
2189921904
description: >
21900-
The grants this User has pertaining to Domains on this Account.
21901-
There will be one entry per Domain on the Account.
21905+
The grants this User has for each Domain that is owned by this Account.
2190221906
nodebalancer:
2190321907
type: array
2190421908
items:
2190521909
$ref: '#/components/schemas/Grant'
2190621910
description: >
21907-
The grants this User has pertaining to NodeBalancers on this
21908-
Account. There will be one entry per NodeBalancer on the Account.
21911+
The grants this User has for each NodeBalancer that is owned by this Account.
2190921912
image:
2191021913
type: array
2191121914
items:
2191221915
$ref: '#/components/schemas/Grant'
2191321916
description: >
21914-
The grants this User has pertaining to Images on this Account.
21915-
There will be one entry per Image on the Account.
21917+
The grants this User has for each Image that is owned by this Account.
2191621918
longview:
2191721919
type: array
2191821920
items:
2191921921
$ref: '#/components/schemas/Grant'
2192021922
description: >
21921-
The grants this User has pertaining to Longview Clients on this
21922-
Account. There will be one entry per Longview Client on the
21923-
Account.
21923+
The grants this User has for each Longview Client that is owned by this Account.
2192421924
stackscript:
2192521925
type: array
2192621926
items:
2192721927
$ref: '#/components/schemas/Grant'
2192821928
description: >
21929-
The grants this User has pertaining to StackScripts on this
21930-
Account. There will be one entry per StackScript on the Account.
21929+
The grants this User has for each StackScript that is owned by this Account.
2193121930
volume:
2193221931
type: array
2193321932
items:
2193421933
$ref: '#/components/schemas/Grant'
2193521934
description: >
21936-
The grants this User has pertaining to Volumes on this Account.
21937-
There will be one entry per Volume on the Account.
21935+
The grants this User has for each Block Storage Volume that is owned by this Account.
2193821936
Image:
2193921937
type: object
2194021938
description: Image object

0 commit comments

Comments
 (0)