Response
| Attributes | Type | Description |
|---|
| credentialStoreId | Long | The id of the credential store |
| credentialStoreDefId | Long | The id of the connected credential store provider |
| credentialStoreName | String | The name of the credential store |
| description | String | The description of the credential store |
| isActive | Boolean |
Weather | Whether or not the credential store is active |
| credentialStoreProperties | List<CredentialStoreProperty> | The list of credential store properties associated with the credential store |
Each credentialStoreProperty in the list of credentialStoreProperties contains these attributes.
| Attributes | Type | Description |
|---|
| credentialStorePropertyId | Long | This is the unique Id of the credential store property |
| credentialStorePropDefId | Long | This is a foreign key to the parent credential store property definition |
| credentialStoreId | Long | This is a foreign key to the parent credential store |
| propertyValue | String | The value of the credential store property |
| isEncrypted | Boolean | Weather Whether or not the credential store property is encrypted |