vaultrs::identity::group

Function create_or_update_by_name

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

Creates or update an group with the given name.

See CreateGroupByNameRequest