Skip to main content

get_profile

Method
This is a method of the FailoverManager class in the failover module.
Get a profile by name.

Signature

def get_profile(name: str) -> Optional[AuthProfile]

Parameters

name
str
required
Profile name

Returns

Returns
Optional[AuthProfile]
The profile or None if not found