summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/models/rgw-bucket-mfa-delete.ts
blob: 531094087827a1ea032cbf3cec01bd7da167de4d (plain)
1
2
3
4
export enum RgwBucketMfaDelete {
  ENABLED = 'Enabled',
  DISABLED = 'Disabled'
}