summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/models/rgw-user-swift-key.ts
blob: 26abd2a99dc6ab6483fae4a8aaf35f942a241fdb (plain)
1
2
3
4
export class RgwUserSwiftKey {
  user: string;
  secret_key: string;
}