vaultrs::identity::entity

Function create_or_update_by_name

source
pub async fn create_or_update_by_name(
    client: &impl Client,
    name: &str,
    opts: Option<&mut CreateEntityByNameRequestBuilder>,
) -> Result<(), ClientError>
Expand description

Creates or update an entity with the given name.

See CreateEntityByNameRequest