Send feedback
REST Resource: organizations.settings
Stay organized with collections
Save and categorize content based on your preferences.
Resource: Setting
JSON representation
{
"name" : string ,
"metadata" : {
object (SettingMetadata
)
} ,
"localValue" : {
object (Value
)
} ,
"effectiveValue" : {
object (Value
)
} ,
"etag" : string
}
Fields
name
string
The resource name of the setting. Must be in one of the following forms:
projects/{project_number}/settings/{setting_name}
folders/{folder_id}/settings/{setting_name}
organizations/{organization_id}/settings/{setting_name}
For example, "/projects/123/settings/gcp-enableMyFeature"
metadata
object (SettingMetadata
)
Output only. Metadata about a setting which is not editable by the end user.
localValue
object (Value
)
The configured value of the setting at the given parent resource, ignoring the resource hierarchy. The data type of Value
must always be consistent with the data type defined in Setting.metadata
.
effectiveValue
object (Value
)
Output only. The effective value of the setting at the given parent resource, evaluated based on the resource hierarchy
The effective value evaluates to one of the following options, in this order. If an option is not valid or doesn't exist, then the next option is used:
The local setting value on the given resource: Setting.local_value
If one of the given resource's ancestors in the resource hierarchy have a local setting value, the local value at the nearest such ancestor.
The setting's default value: SettingMetadata.default_value
An empty value, defined as a Value
with all fields unset.
The data type of Value
must always be consistent with the data type defined in Setting.metadata
.
etag
string
A fingerprint used for optimistic concurrency. See settings.patch
for more details.
Methods
Returns a specified setting.
Lists all the settings that are available on the Cloud resource parent
.
Updates a specified setting.
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-06-08 UTC.
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
Need to tell us more?
{
"lastModified": "Last updated 2021-06-08 UTC.",
"confidential": False
}