characteristic, degree, gen, modulus, order, polynomial
Further documentation:
Returns the degree of the finite field, which is a positive integer.
sage: FiniteField(3).degree() 1 sage: FiniteField(3**20).degree() 20