Retrieve a list of NSS key credentials
Contributors
Suggest changes
GET /ipa/account/{accountId}/nss-keys
Retrieves a list of NSS key credentials associated with an account. You can optionally choose to include the resource data associated with an NSS ID.
Token usage: BlueXP user token.
Parameters
Name | Type | In | Required | Description |
---|---|---|---|---|
includeResources |
boolean |
query |
False |
|
userNss |
boolean |
query |
False |
|
accountId |
string |
path |
True |
|
X-Service-Request-Id |
string |
header |
False |
Request identifier |
Response
Status: 200, Default Response
List of response
Response
Status: 4xx, Error response
Name | Type | Required | Description |
---|---|---|---|
error |
string |
False |
Error code/category |
message |
string |
False |
Error description message |
Example response
{
"error": "string",
"message": "string"
}
Definitions
See Definitions
response
Name | Type | Required | Description |
---|---|---|---|
id |
string |
False |
|
username |
string |
False |
|
resources |
array[string] |
False |
|
credentialType |
string |
False |
|
passwordDeprecated |
boolean |
False |
|
status |
False |