pub async fn edit_guest_access(
configuration: &Configuration,
workspace: &str,
edit_guest_access_request: EditGuestAccessRequest,
) -> Result<String, Error<EditGuestAccessError>>Expand description
Guests are people the identity provider authenticates who have no Windmill account; the guest app execution mode admits them. Off by default. Re-read where a guest session is minted and at the auth door on every guest request, so turning it off takes effect immediately, for sessions already issued and for apps whose policy already says guest. Turning it on is refused with a 400 where guests are unavailable (the shared cloud); turning it off always works.