pub async fn set(
client: &impl Client,
mount: &str,
role_name: &str,
opts: Option<&mut SetAppRoleRequestBuilder>,
) -> Result<(), ClientError>Expand description
Creates or updates an AppRole.
pub async fn set(
client: &impl Client,
mount: &str,
role_name: &str,
opts: Option<&mut SetAppRoleRequestBuilder>,
) -> Result<(), ClientError>Creates or updates an AppRole.