Settings
import type { Settings } from "https://googleapis.deno.dev/v1/observability:v1.ts";Describes the settings associated with a project, organization, or folder.
interface Settings {
defaultStorageLocation?: string;
kmsKeyName?: string;
name?: string;
readonly serviceAccountId?: string;
}§Properties
§
defaultStorageLocation?: string
[src]Optional. The location which should be used when any regional resources are provisioned by GCP.
§
kmsKeyName?: string
[src]Optional. The resource name for the configured Cloud KMS key. KMS key name
format:
"projects/[PROJECT_ID]/locations/[LOCATION]/keyRings/[KEYRING]/cryptoKeys/[KEY]"
For example:
"projects/my-project/locations/us-central1/keyRings/my-ring/cryptoKeys/my-key"
§
readonly serviceAccountId?: string
[src]Output only. The service account for the given resource container, such as project or folder. This will be used by Cloud Observability to perform actions in the container's project like access KMS keys or create Links. Always the same service account per resource container regardless of region.