Describes the settings associated with a project, organization, or folder.
| JSON representation |
|---|
{ "name": string, "defaultStorageLocation": string, "serviceAccountId": string, "kmsKeyName": string } |
| Fields | |
|---|---|
name |
Identifier. The resource name of the settings. |
defaultStorageLocation |
Optional. The location which should be used when any regional resources are provisioned by Google Cloud. |
serviceAccountId |
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. |
kmsKeyName |
Optional. The resource name for the configured Cloud KMS key. KMS key name format: For example:
|