- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
",t};e.buildCustomizationMenuUi=t;function n(e){let t='
",t}function s(e){let n=e.filter.currentValue||e.filter.defaultValue,t='${e.filter.label}
`,e.filter.options.forEach(s=>{let o=s.id===n;t+=``}),t+="${e.filter.label}
`,t+=`ancestors
Type: UNORDERED_LIST_STRING
auth_domain
Type: STRING
Provider name: authDomain
Description: Google Apps authentication domain that controls which users can access this application.Defaults to open access for any Google Account.
code_bucket
Type: STRING
Provider name: codeBucket
Description: Output only. Google Cloud Storage bucket that can be used for storing files associated with this application. This bucket is associated with the application and can be used by the gcloud deployment commands.@OutputOnly
database_type
Type: STRING
Provider name: databaseType
Description: The type of the Cloud Firestore or Cloud Datastore database associated with this application.
Possible values:
DATABASE_TYPE_UNSPECIFIED
- Database type is unspecified.CLOUD_DATASTORE
- Cloud DatastoreCLOUD_FIRESTORE
- Cloud Firestore NativeCLOUD_DATASTORE_COMPATIBILITY
- Cloud Firestore in Datastore Modedefault_bucket
Type: STRING
Provider name: defaultBucket
Description: Output only. Google Cloud Storage bucket that can be used by this application to store content.@OutputOnly
default_cookie_expiration
Type: STRING
Provider name: defaultCookieExpiration
Description: Cookie expiration policy for this application.
default_hostname
Type: STRING
Provider name: defaultHostname
Description: Output only. Hostname used to reach this application, as resolved by App Engine.@OutputOnly
dispatch_rules
Type: UNORDERED_LIST_STRUCT
Provider name: dispatchRules
Description: HTTP path dispatch rules for requests to the application that do not explicitly target a service or version. Rules are order-dependent. Up to 20 dispatch rules can be supported.
domain
STRING
domain
path
STRING
path
service
STRING
service
feature_settings
Type: STRUCT
Provider name: featureSettings
Description: The feature specific settings to be used in the application.
split_health_checks
BOOLEAN
splitHealthChecks
use_container_optimized_os
BOOLEAN
useContainerOptimizedOs
gcr_domain
Type: STRING
Provider name: gcrDomain
Description: Output only. The Google Container Registry domain used for storing managed build docker images for this application.
iap
Type: STRUCT
Provider name: iap
enabled
BOOLEAN
enabled
oauth2_client_id
STRING
oauth2ClientId
oauth2_client_secret
STRING
oauth2ClientSecret
oauth2_client_secret_sha256
STRING
oauth2ClientSecretSha256
id
Type: STRING
Provider name: id
Description: Identifier of the Application resource. This identifier is equivalent to the project ID of the Google Cloud Platform project where you want to deploy your application. Example: myapp.
labels
Type: UNORDERED_LIST_STRING
location_id
Type: STRING
Provider name: locationId
Description: Location from which this application runs. Application instances run out of the data centers in the specified location, which is also where all of the application’s end user content is stored.Defaults to us-central.View the list of supported locations (https://cloud.google.com/appengine/docs/locations).
name
Type: STRING
Provider name: name
Description: Output only. Full path to the Application resource in the API. Example: apps/myapp.@OutputOnly
organization_id
Type: STRING
parent
Type: STRING
project_id
Type: STRING
project_number
Type: STRING
resource_name
Type: STRING
service_account
Type: STRING
Provider name: serviceAccount
Description: The service account associated with the application. This is the app-level default identity. If no identity provided during create version, Admin API will fallback to this one.
serving_status
Type: STRING
Provider name: servingStatus
Description: Serving status of this application.
Possible values:
UNSPECIFIED
- Serving status is unspecified.SERVING
- Application is serving.USER_DISABLED
- Application has been disabled by the user.SYSTEM_DISABLED
- Application has been disabled by the system.ssl_policy
Type: STRING
Provider name: sslPolicy
Description: The SSL policy that will be applied to the application. If set to Modern it will restrict traffic with TLS < 1.2 and allow only Modern Ciphers suite
Possible values:
SSL_POLICY_UNSPECIFIED
- Required by linter. Will work same as DEFAULTDEFAULT
- DEFAULT is to allow all TLS versions and cipher suites supported by App EngineMODERN
- MODERN is to allow only TLS 1.2 and TLS 1.3 along with Modern cipher suites onlytags
Type: UNORDERED_LIST_STRING