@@ -21890,51 +21890,49 @@ components:
21890
21890
items:
21891
21891
$ref: '#/components/schemas/Grant'
21892
21892
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.
21895
21900
domain:
21896
21901
type: array
21897
21902
items:
21898
21903
$ref: '#/components/schemas/Grant'
21899
21904
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.
21902
21906
nodebalancer:
21903
21907
type: array
21904
21908
items:
21905
21909
$ref: '#/components/schemas/Grant'
21906
21910
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.
21909
21912
image:
21910
21913
type: array
21911
21914
items:
21912
21915
$ref: '#/components/schemas/Grant'
21913
21916
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.
21916
21918
longview:
21917
21919
type: array
21918
21920
items:
21919
21921
$ref: '#/components/schemas/Grant'
21920
21922
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.
21924
21924
stackscript:
21925
21925
type: array
21926
21926
items:
21927
21927
$ref: '#/components/schemas/Grant'
21928
21928
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.
21931
21930
volume:
21932
21931
type: array
21933
21932
items:
21934
21933
$ref: '#/components/schemas/Grant'
21935
21934
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.
21938
21936
Image:
21939
21937
type: object
21940
21938
description: Image object
0 commit comments