export enum MfaPolicy { OPTIONAL = 'OPTIONAL', MANDATORY = 'MANDATORY', ONE_WAY = 'ONE_WAY' }