pub fn scopes(service_account: Option<&str>) -> Result<Vec<String>>
Expand description

Get the service account scopes for the given account.

The account may be None or Some("default") to use the instance’s main account.