Changing Normalized Viewport Rect Coords at Runtime?

Is it possible to change a camera's normalized viewport coords at runtime?

Yup, use Camera.rect

e.g.

Camera.main.rect = new Rect(0,0,1,1); //set the camera back to taking up the full screen