Skip to main content

new

Method
This is a method of the AuthProfile class in the failover module.
Create a new auth profile.

Signature

def new(name: impl Into<String>, provider: impl Into<String>, api_key: impl Into<String>) -> Self

Parameters

name
impl Into<String>
required
No description available.
provider
impl Into<String>
required
No description available.
api_key
impl Into<String>
required
No description available.

Returns

Returns
Self
The result of the operation.