How to access and modify an animator state transition in runtime?

Given an Animator object with several AnimatorStateTransitions to different states, is it possible to access one of these AnimatorStateTransitions to modify it’s parameters (e.g. duration, exitTime, etc. ) in runtime?

I’m also stuck on this.