|
1 | 1 | openapi: 3.0.1
|
2 | 2 | info:
|
3 |
| - version: 4.143.1 |
| 3 | + version: 4.143.2 |
4 | 4 |
|
5 | 5 | title: Linode API
|
6 | 6 | description: |
|
@@ -21529,6 +21529,7 @@ components:
|
21529 | 21529 | username:
|
21530 | 21530 | type: string
|
21531 | 21531 | readOnly: true
|
| 21532 | + nullable: true |
21532 | 21533 | description: >
|
21533 | 21534 | The username of the User who caused the Event.
|
21534 | 21535 | example: exampleUser
|
@@ -21889,51 +21890,49 @@ components:
|
21889 | 21890 | items:
|
21890 | 21891 | $ref: '#/components/schemas/Grant'
|
21891 | 21892 | description: >
|
21892 |
| - The grants this User has pertaining to Linodes on this Account. |
21893 |
| - 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. |
21894 | 21900 | domain:
|
21895 | 21901 | type: array
|
21896 | 21902 | items:
|
21897 | 21903 | $ref: '#/components/schemas/Grant'
|
21898 | 21904 | description: >
|
21899 |
| - The grants this User has pertaining to Domains on this Account. |
21900 |
| - 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. |
21901 | 21906 | nodebalancer:
|
21902 | 21907 | type: array
|
21903 | 21908 | items:
|
21904 | 21909 | $ref: '#/components/schemas/Grant'
|
21905 | 21910 | description: >
|
21906 |
| - The grants this User has pertaining to NodeBalancers on this |
21907 |
| - 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. |
21908 | 21912 | image:
|
21909 | 21913 | type: array
|
21910 | 21914 | items:
|
21911 | 21915 | $ref: '#/components/schemas/Grant'
|
21912 | 21916 | description: >
|
21913 |
| - The grants this User has pertaining to Images on this Account. |
21914 |
| - 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. |
21915 | 21918 | longview:
|
21916 | 21919 | type: array
|
21917 | 21920 | items:
|
21918 | 21921 | $ref: '#/components/schemas/Grant'
|
21919 | 21922 | 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. |
| 21923 | + The grants this User has for each Longview Client that is owned by this Account. |
21923 | 21924 | stackscript:
|
21924 | 21925 | type: array
|
21925 | 21926 | items:
|
21926 | 21927 | $ref: '#/components/schemas/Grant'
|
21927 | 21928 | description: >
|
21928 |
| - The grants this User has pertaining to StackScripts on this |
21929 |
| - 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. |
21930 | 21930 | volume:
|
21931 | 21931 | type: array
|
21932 | 21932 | items:
|
21933 | 21933 | $ref: '#/components/schemas/Grant'
|
21934 | 21934 | description: >
|
21935 |
| - The grants this User has pertaining to Volumes on this Account. |
21936 |
| - 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. |
21937 | 21936 | Image:
|
21938 | 21937 | type: object
|
21939 | 21938 | description: Image object
|
|
0 commit comments