List secretsget https://{hostname}/api/secrets/secretsThis operation returns a list of all configured secrets.Query ParamsfilterstringFilters the returned collection.viewstringenumDefaults to summarySpecifies that either the detailed or default summary view be returned.summarysummarydetailedAllowed:summarydetailedsortBystringSpecifies the sort order of the returned collection.pageNumberinteger≥ 1Defaults to 1Specifies an offset into the results. Use in conjunction with pageSize. Page number offset is 1-based.pageSizeinteger1 to 1000Defaults to 100Specifies the number of results per page. Use in conjunction with pageNumber.Responses 200Successful response 403An HTTP 403 will be returned if the principal is not authorized to access the instance of access-map that the request was made against.Updated about 1 month ago