List Provider Accounts
Returns a paginated list of provider accounts linked to the organization. Filter by cloud provider to see accounts for a specific CSP.
Query parameters
Filters supported for provider accounts.
The maximum number of items to include per page. The last page of a collection may include fewer items.
Determines which page of the entities to retrieve.
Response
A paginated list for a collection of provider accounts.
Example response
{
"meta": {
"page": {
"number": 1,
"size": 10,
"total": 100
}
},
"data": [
{
"id": "929b2449-c69f-44c4-b6ad-9ecec6f811ae",
"provider": "aws",
"created_at": "2022-11-04T20:10:06.927Z",
"updated_at": "2022-11-04T20:10:06.927Z"
}
]
}Changes
Changed in 4 of the 75 revisions of this API.102
- ▲
for the
queryrequest parameterfilter, the type of propertyproviderwas specialized from no type toobjectrequest-parameter-property-type-specialized
This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ●
added the new
gcpenum value to the//response property for the response statusresponse-property-enum-value-added
- ●
- ●
added the new
typeenum value to the///////response property for the response statusresponse-property-enum-value-added
- ●
- ▲
the response property
///////became nullable for the statusresponse-property-became-nullable
- ▲
the response property
///////became nullable for the statusresponse-property-became-nullable
- ▲
the response property
///////became nullable for the statusresponse-property-became-nullable
- ▲
the response property
///////became nullable for the statusresponse-property-became-nullable
- ▲
the response property
///////became nullable for the statusresponse-property-became-nullable
- ▲
the response property
became nullable for the statusresponse-property-became-nullable
- ▲
the response property
became nullable for the statusresponse-property-became-nullable
- ▲
the response property
became nullable for the statusresponse-property-became-nullable
- ▲
the response property
became nullable for the statusresponse-property-became-nullable
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲