diff --git a/docs/pykanidm/sitemap.xml b/docs/pykanidm/sitemap.xml index 3ea22866c..87eaec55e 100644 --- a/docs/pykanidm/sitemap.xml +++ b/docs/pykanidm/sitemap.xml @@ -2,27 +2,27 @@ None - 2022-10-19 + 2022-10-20 daily None - 2022-10-19 + 2022-10-20 daily None - 2022-10-19 + 2022-10-20 daily None - 2022-10-19 + 2022-10-20 daily None - 2022-10-19 + 2022-10-20 daily \ No newline at end of file diff --git a/docs/pykanidm/sitemap.xml.gz b/docs/pykanidm/sitemap.xml.gz index 4dd47793b..28caa3643 100644 Binary files a/docs/pykanidm/sitemap.xml.gz and b/docs/pykanidm/sitemap.xml.gz differ diff --git a/docs/v1.0.0-rc10/rustdoc/kanidm_client/enum.ClientError.html b/docs/v1.0.0-rc10/rustdoc/kanidm_client/enum.ClientError.html index 025af9547..fe801084d 100644 --- a/docs/v1.0.0-rc10/rustdoc/kanidm_client/enum.ClientError.html +++ b/docs/v1.0.0-rc10/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(UuidTotpSecret),
+    TotpVerifyFailed(Uuid, TotpSecret),
     TotpInvalidSha1(Uuid),
     JsonDecode(ErrorString),
     JsonEncode(SerdeJsonError),
     SystemError,
-}

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

+}

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

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.0.0-rc10/rustdoc/kanidm_client/struct.KanidmClient.html b/docs/v1.0.0-rc10/rustdoc/kanidm_client/struct.KanidmClient.html index a2943a4ee..82957826e 100644 --- a/docs/v1.0.0-rc10/rustdoc/kanidm_client/struct.KanidmClient.html +++ b/docs/v1.0.0-rc10/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

diff --git a/docs/v1.1.0-alpha.3/rustdoc/kanidm_client/enum.ClientError.html b/docs/v1.1.0-alpha.3/rustdoc/kanidm_client/enum.ClientError.html index fe801084d..025af9547 100644 --- a/docs/v1.1.0-alpha.3/rustdoc/kanidm_client/enum.ClientError.html +++ b/docs/v1.1.0-alpha.3/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.3/rustdoc/kanidm_client/struct.KanidmClient.html b/docs/v1.1.0-alpha.3/rustdoc/kanidm_client/struct.KanidmClient.html index 82957826e..a2943a4ee 100644 --- a/docs/v1.1.0-alpha.3/rustdoc/kanidm_client/struct.KanidmClient.html +++ b/docs/v1.1.0-alpha.3/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

diff --git a/docs/v1.1.0-alpha.5/rustdoc/kanidm_client/enum.ClientError.html b/docs/v1.1.0-alpha.5/rustdoc/kanidm_client/enum.ClientError.html index fe801084d..025af9547 100644 --- a/docs/v1.1.0-alpha.5/rustdoc/kanidm_client/enum.ClientError.html +++ b/docs/v1.1.0-alpha.5/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.5/rustdoc/kanidm_client/struct.KanidmClient.html b/docs/v1.1.0-alpha.5/rustdoc/kanidm_client/struct.KanidmClient.html index 82957826e..a2943a4ee 100644 --- a/docs/v1.1.0-alpha.5/rustdoc/kanidm_client/struct.KanidmClient.html +++ b/docs/v1.1.0-alpha.5/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

diff --git a/docs/v1.1.0-alpha.7/rustdoc/kanidm_client/enum.ClientError.html b/docs/v1.1.0-alpha.7/rustdoc/kanidm_client/enum.ClientError.html index fe801084d..025af9547 100644 --- a/docs/v1.1.0-alpha.7/rustdoc/kanidm_client/enum.ClientError.html +++ b/docs/v1.1.0-alpha.7/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.7/rustdoc/kanidm_client/struct.KanidmClient.html b/docs/v1.1.0-alpha.7/rustdoc/kanidm_client/struct.KanidmClient.html index 82957826e..a2943a4ee 100644 --- a/docs/v1.1.0-alpha.7/rustdoc/kanidm_client/struct.KanidmClient.html +++ b/docs/v1.1.0-alpha.7/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