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