pub async fn patch_service_account(
token: String,
project: String,
service_account_name: String,
service_account_data: ServiceAccount,
) -> Result<(), Error>Expand description
Patch Service Account Need to provide token, project, service account data to successfully send request