You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: This keypair's access key. This is not secret.
17757
17772
example: KVAKUTGBA4WTR2NSJQ81
17758
17773
readOnly: true
17759
-
secret_key:
17760
-
type: string
17761
-
description: This keypair's secret key. **Only returned on key creation**.
17762
-
example: '[REDACTED]'
17774
+
limited:
17775
+
type: boolean
17776
+
description: Whether or not this key is a limited access key. Will return `false` if this key grants full access to all buckets on the user's account.
17777
+
example: true
17763
17778
readOnly: true
17779
+
bucket_access:
17780
+
type: array
17781
+
description: >
17782
+
Defines this key as a Limited Access Key. Limited Access Keys restrict this Object Storage key's access to only the bucket(s) declared in this array and define their bucket-level permissions.
17783
+
17784
+
17785
+
Limited Access Keys can:
17786
+
17787
+
* [list all buckets](/api/v4/object-storage-buckets/) available on this Account, but cannot perform any actions on a bucket unless it has access to the bucket.
17788
+
17789
+
* [create new buckets](/api/v4/object-storage-buckets/#post), but do not have any access to the buckets it creates, unless explicitly given access to them.
17790
+
items:
17791
+
type: object
17792
+
properties:
17793
+
cluster:
17794
+
type: string
17795
+
description: The Object Storage cluster where a bucket to which the key is granting access is hosted.
17796
+
example: ap-south-1
17797
+
bucket_name:
17798
+
type: string
17799
+
description: The unique label of the bucket to which the key will grant limited access.
17800
+
example: example-bucket
17801
+
permissions:
17802
+
type: string
17803
+
enum:
17804
+
- read_write
17805
+
- read_only
17806
+
description: This Limited Access Key's permissions for the selected bucket.
0 commit comments