Parameter | Description |
---|---|
Project ID | Unique 24 hexadecimal-digit string that identifies your project. Can be retrieved using “Return All Projects”. |
Parameter | Description |
---|---|
Items Per Page | Number of items that the response returns per page. Default: 100. Max: 500. |
Page Number | Number of the page that displays the current set of the total objects that the response returns. |
{
"links": [
{
"href": "<string>",
"rel": "<string>"
}
],
"results": [
{
"awsIAMType": "<string>",
"databaseName": "<string>",
"groupId": "<string>",
"labels": [],
"ldapAuthType": "<string>",
"links": [
{
"href": "<string>",
"rel": "<string>"
}
],
"oidcAuthType": "<string>",
"roles": [
{
"databaseName": "<string>",
"roleName": "<string>"
}
],
"scopes": [],
"username": "<string>",
"x509Type": "<string>"
},
{
"awsIAMType": "<string>",
"databaseName": "<string>",
"groupId": "<string>",
"labels": [],
"ldapAuthType": "<string>",
"links": [
{
"href": "<string>",
"rel": "<string>"
}
],
"oidcAuthType": "<string>",
"roles": [
{
"collectionName": "<string>",
"databaseName": "<string>",
"roleName": "<string>"
}
],
"scopes": [],
"username": "<string>",
"x509Type": "<string>"
}
],
"totalCount": 5
}
Was this page helpful?