diff --git a/docs/pykanidm/sitemap.xml.gz b/docs/pykanidm/sitemap.xml.gz index 197ac7ee8..e2d493a8b 100644 Binary files a/docs/pykanidm/sitemap.xml.gz and b/docs/pykanidm/sitemap.xml.gz differ diff --git a/docs/v1.1.0-alpha/rustdoc/kanidm_client/enum.ClientError.html b/docs/v1.1.0-alpha/rustdoc/kanidm_client/enum.ClientError.html index f9b157047..1b2880f04 100644 --- a/docs/v1.1.0-alpha/rustdoc/kanidm_client/enum.ClientError.html +++ b/docs/v1.1.0-alpha/rustdoc/kanidm_client/enum.ClientError.html @@ -1,15 +1,15 @@ ClientError in kanidm_client - Rust
pub enum ClientError {
     Unauthorized,
-    Http(StatusCodeOption<OperationError>, String),
+    Http(StatusCodeOption<OperationError>, String),
     Transport(Error),
     AuthenticationFailed,
     EmptyResponse,
-    TotpVerifyFailed(Uuid, TotpSecret),
+    TotpVerifyFailed(UuidTotpSecret),
     TotpInvalidSha1(Uuid),
     JsonDecode(ErrorString),
     JsonEncode(SerdeJsonError),
     SystemError,
-}

Variants

Unauthorized

Http(StatusCodeOption<OperationError>, String)

Transport(Error)

AuthenticationFailed

EmptyResponse

TotpVerifyFailed(Uuid, TotpSecret)

TotpInvalidSha1(Uuid)

JsonDecode(ErrorString)

JsonEncode(SerdeJsonError)

SystemError

Trait Implementations

Formats the value using the given formatter. Read more

+}

Variants

Unauthorized

Http(StatusCodeOption<OperationError>, String)

Transport(Error)

AuthenticationFailed

EmptyResponse

TotpVerifyFailed(UuidTotpSecret)

TotpInvalidSha1(Uuid)

JsonDecode(ErrorString)

JsonEncode(SerdeJsonError)

SystemError

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

diff --git a/docs/v1.1.0-alpha/rustdoc/kanidm_client/struct.KanidmClient.html b/docs/v1.1.0-alpha/rustdoc/kanidm_client/struct.KanidmClient.html index 122b8da75..4c8311b10 100644 --- a/docs/v1.1.0-alpha/rustdoc/kanidm_client/struct.KanidmClient.html +++ b/docs/v1.1.0-alpha/rustdoc/kanidm_client/struct.KanidmClient.html @@ -1,5 +1,5 @@ -KanidmClient in kanidm_client - Rust
pub struct KanidmClient { /* private fields */ }

Implementations

source

pub async fn idm_person_account_post_ssh_pubkey(
    &self,
    id: &str,
    tag: &str,
    pubkey: &str
) -> Result<(), ClientError>

source

pub async fn idm_service_account_post_ssh_pubkey(
    &self,
    id: &str,
    tag: &str,
    pubkey: &str
) -> Result<(), ClientError>

Sets the domain display name using a PUT request

-

Trait Implementations

Formats the value using the given formatter. Read more

+KanidmClient in kanidm_client - Rust
pub struct KanidmClient { /* private fields */ }

Implementations

source

pub async fn idm_person_account_post_ssh_pubkey(
    &self,
    id: &str,
    tag: &str,
    pubkey: &str
) -> Result<(), ClientError>

source

pub async fn idm_service_account_post_ssh_pubkey(
    &self,
    id: &str,
    tag: &str,
    pubkey: &str
) -> Result<(), ClientError>

Sets the domain display name using a PUT request

+

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more