List S3 Credentials

List S3 Credentials

API code: LIST_S3_CREDENTIALS
Pre-authorized role(s): TENANT_USER | TENANT_ADMIN
Platform(s): AMAZON | OSIS | CLOUDIAN | ECS

Request
URI
GET
https://apaas-29.eng.vmware.com//api/v1/core/tenants/{tenantId}/users/{userName}/credentials
COPY
Path Parameters
string
tenantId
Required

The full tenant ID or tenant name. It must be URL encoded.

string
userName
Required

The user name.

Query Parameters
string
type
Optional

The credential type. The value is USER or APP. Defaults to USER.

Possible values are : USER, APP,
integer
offset
Optional

The start index of items to return for the current page.

integer
limit
Optional

The max count of items to return for the current page.


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns PageS3Credential of type(s) application/json
{
    "items": [
        {
            "tenantId": "string",
            "storageTenantId": "string",
            "owner": "string",
            "ownerId": "string",
            "storageUserId": "string",
            "canonicalUserId": "string",
            "type": "string",
            "immutable": false,
            "accessKey": "string",
            "secretKey": "string",
            "active": false,
            "createdDate": "string",
            "lastAccessDate": "string",
            "appName": "string",
            "allowedBuckets": [
                "string"
            ],
            "extension": {
                "extension": {}
            },
            "usedK8sClusters": [
                "string"
            ],
            "providerOwner": false
        }
    ],
    "pageInfo": {
        "offset": 0,
        "limit": 0,
        "total": 0
    }
}
items
Optional

items

pageInfo
Optional

pageInfo