Find Camera?

Is there a way to Find Camera?

I need to access some of its Camera Properties. GameObject.Find() will not work here.

I was able to find camera through GameObject.Find() and do GetComponent() to get access to Camera script, then we should be able to access properties, correct?
else If you have just one camera, you can probably call “Camera.main”, then access camera properties?