You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{ # WebhookData has details of webhook configuration.
503
+
"additionalVariables": [ # Output only. Additional webhook related field values.
504
+
{ # ConfigVariable represents a configuration variable present in a Connection. or AuthConfig.
505
+
"boolValue": True or False, # Value is a bool.
506
+
"encryptionKeyValue": { # Encryption Key value. # Value is a Encryption Key.
507
+
"kmsKeyName": "A String", # The [KMS key name] with which the content of the Operation is encrypted. The expected format: `projects/*/locations/*/keyRings/*/cryptoKeys/*`. Will be empty string if google managed.
508
+
"type": "A String", # Type.
509
+
},
510
+
"intValue": "A String", # Value is an integer
511
+
"key": "A String", # Key of the config variable.
512
+
"secretValue": { # Secret provides a reference to entries in Secret Manager. # Value is a secret.
513
+
"secretVersion": "A String", # The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.
514
+
},
515
+
"stringValue": "A String", # Value is a string.
516
+
},
517
+
],
518
+
"createTime": "A String", # Output only. Timestamp when the webhook was created.
519
+
"id": "A String", # Output only. ID to uniquely identify webhook.
520
+
"name": "A String", # Output only. Name of the Webhook
521
+
"nextRefreshTime": "A String", # Output only. Next webhook refresh time. Will be null if refresh is not supported.
522
+
"updateTime": "A String", # Output only. Timestamp when the webhook was last updated.
523
+
},
524
+
],
525
+
},
500
526
},
501
527
"host": "A String", # Output only. The name of the Hostname of the Service Directory service with TLS.
502
528
"imageLocation": "A String", # Output only. GCR location where the runtime image is stored. formatted like: gcr.io/{bucketName}/{imageName}
0 commit comments