blob: 096d7c16eed16c0f515fd76a466c3ae3dd2b3e39 [file] [log] [blame]
/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/
import ApplicationSerializer from '../application';
export default class OidcAssignmentSerializer extends ApplicationSerializer {
primaryKey = 'name';
}