@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
10 lines • 439 B
TypeScript
/** Office change password */
export interface OfficeTenantPostChangePassword {
/** Email to send the new password to. Default is nicAdmin's email */
notifyEmail?: string;
/** New password or empty to receive a generated password by email */
password?: string;
/** Specify if the new password should be send via email or not */
shouldSendMail: boolean;
}
//# sourceMappingURL=OfficeTenantPostChangePassword.d.ts.map