RegistryCredentialsPage

RegistryCredentialsPage
RegistryCredentialsPage

It represents a paged response for a collection of registry credentials

AllOf
This class requires all of the following:
JSON Example
{
    "page": 1,
    "page_size": 5,
    "total_size": 10,
    "total_pages": 2,
    "items": [
        {
            "id": "149cfa79-352c-4555-9d28-4442de551828",
            "name": "robot$registry-user",
            "description": "Credentials for testing",
            "created_at": "2023-03-03T00:59:52.762Z",
            "created_by": "johndoe",
            "removed_at": "2023-03-03T00:59:52.762Z"
        }
    ]
}