Module mutual_authentication_api

Source

Structs§

CreateMutualTlsAuthenticationParams
struct for passing parameters to the method create_mutual_tls_authentication
DeleteMutualTlsParams
struct for passing parameters to the method delete_mutual_tls
GetMutualAuthenticationParams
struct for passing parameters to the method get_mutual_authentication
ListMutualAuthenticationsParams
struct for passing parameters to the method list_mutual_authentications
PatchMutualAuthenticationParams
struct for passing parameters to the method patch_mutual_authentication

Enums§

CreateMutualTlsAuthenticationError
struct for typed errors of method create_mutual_tls_authentication
DeleteMutualTlsError
struct for typed errors of method delete_mutual_tls
GetMutualAuthenticationError
struct for typed errors of method get_mutual_authentication
ListMutualAuthenticationsError
struct for typed errors of method list_mutual_authentications
PatchMutualAuthenticationError
struct for typed errors of method patch_mutual_authentication

Functions§

create_mutual_tls_authentication
Create a mutual authentication using a bundle of certificates to enable client-to-server mutual TLS.
delete_mutual_tls
Remove a Mutual TLS authentication
get_mutual_authentication
Show a Mutual Authentication.
list_mutual_authentications
List all mutual authentications.
patch_mutual_authentication
Update a Mutual Authentication.