import Resource from 'ember-api-store/models/resource';
export default Resource.extend({
type: 'registryCredential',
name: '',
publicValue: '',
//secretValue: '', -- This can't be se because the secret isn't sent back on edit
email: ''
});