Class Settings
Describes the settings associated with a project, organization, or folder.
Implements
Inherited Members
Namespace: Google.Apis.CloudObservability.v1.Data
Assembly: Google.Apis.CloudObservability.v1.dll
Syntax
public class Settings : IDirectResponseSchema
Properties
DefaultStorageLocation
Optional. The location which should be used when any regional resources are provisioned by GCP.
Declaration
[JsonProperty("defaultStorageLocation")]
public virtual string DefaultStorageLocation { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
KmsKeyName
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"
Declaration
[JsonProperty("kmsKeyName")]
public virtual string KmsKeyName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Identifier. The resource name of the settings.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
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.
Declaration
[JsonProperty("serviceAccountId")]
public virtual string ServiceAccountId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |