ProvisionPosixAccountRequest
import type { ProvisionPosixAccountRequest } from "https://googleapis.deno.dev/v1/oslogin:v1.ts";A request message for creating a POSIX account entry.
interface ProvisionPosixAccountRequest {
regions?: string[];
}§Properties
§
regions?: string[]
[src]Optional. The regions to wait for a POSIX account to be written to before returning a response. If unspecified, defaults to all regions. Regions are listed at https://cloud.google.com/about/locations#region.