Jessie Liu | 207cf1a | 2023-11-13 18:37:15 +0000 | [diff] [blame^] | 1 | /** |
2 | * Copyright (c) HashiCorp, Inc. | ||||
3 | * SPDX-License-Identifier: MPL-2.0 | ||||
4 | */ | ||||
5 | |||||
6 | import ApplicationSerializer from '../application'; | ||||
7 | |||||
8 | export default class OidcScopeSerializer extends ApplicationSerializer { | ||||
9 | primaryKey = 'name'; | ||||
10 | } |