pub async fn set(
client: &impl Client,
mount: &str,
opts: Option<&mut ConfigureIdentityRequestBuilder>,
) -> Result<(), ClientError>
Expand description
This configures the way that Vault interacts with the Identity store.
pub async fn set(
client: &impl Client,
mount: &str,
opts: Option<&mut ConfigureIdentityRequestBuilder>,
) -> Result<(), ClientError>
This configures the way that Vault interacts with the Identity store.