We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 767b11c commit de51be9Copy full SHA for de51be9
openapi.yaml
@@ -12283,6 +12283,19 @@ components:
12283
or later.
12284
example: true
12285
x-linode-cli-display: 4
12286
+ object_storage:
12287
+ type: string
12288
+ readOnly: true
12289
+ enum:
12290
+ - disabled
12291
+ - suspended
12292
+ - active
12293
+ description: >
12294
+ A string describing the status of this account's Object Storage
12295
+ service enrollment.
12296
+ default: disabled
12297
+ example: active
12298
+ x-linode-cli-display: 5
12299
AuthorizedApp:
12300
type: object
12301
description: >
0 commit comments