get_profile
Method
This is a method of the FailoverManager class in the failover module.Get a profile by name.
Signature
Parameters
Profile name
Returns
The profile or None if not found
Get a profile by name.
This is a method of the FailoverManager class in the failover module.Get a profile by name.
def get_profile(name: str) -> Optional[AuthProfile]