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
<pclass="firstline">Retrieves the next page of results.</p>
95
95
<h3>Method Details</h3>
96
96
<divclass="method">
@@ -155,6 +155,11 @@ <h3>Method Details</h3>
155
155
"properties": { # Optional. A mapping of property names to values, which are used to configure workload execution.
156
156
"a_key": "A String",
157
157
},
158
+
"sessionAuthenticationConfig": { # Configuration for using injectable credentials or service account # Optional. Authentication configuration for the session execution.
159
+
"authenticationType": "A String", # Authentication type for session execution.
160
+
"injectableCredentialsConfig": { # Specific injectable credentials authentication parameters # Configuration for using end user authentication
161
+
},
162
+
},
158
163
"version": "A String", # Optional. Version of the batch runtime.
159
164
},
160
165
"runtimeInfo": { # Runtime information about workload execution. # Output only. Runtime information about batch execution.
@@ -325,6 +330,11 @@ <h3>Method Details</h3>
325
330
"properties": { # Optional. A mapping of property names to values, which are used to configure workload execution.
326
331
"a_key": "A String",
327
332
},
333
+
"sessionAuthenticationConfig": { # Configuration for using injectable credentials or service account # Optional. Authentication configuration for the session execution.
334
+
"authenticationType": "A String", # Authentication type for session execution.
335
+
"injectableCredentialsConfig": { # Specific injectable credentials authentication parameters # Configuration for using end user authentication
336
+
},
337
+
},
328
338
"version": "A String", # Optional. Version of the batch runtime.
329
339
},
330
340
"runtimeInfo": { # Runtime information about workload execution. # Output only. Runtime information about batch execution.
@@ -451,6 +461,11 @@ <h3>Method Details</h3>
451
461
"properties": { # Optional. A mapping of property names to values, which are used to configure workload execution.
452
462
"a_key": "A String",
453
463
},
464
+
"sessionAuthenticationConfig": { # Configuration for using injectable credentials or service account # Optional. Authentication configuration for the session execution.
465
+
"authenticationType": "A String", # Authentication type for session execution.
466
+
"injectableCredentialsConfig": { # Specific injectable credentials authentication parameters # Configuration for using end user authentication
467
+
},
468
+
},
454
469
"version": "A String", # Optional. Version of the batch runtime.
455
470
},
456
471
"runtimeInfo": { # Runtime information about workload execution. # Output only. Runtime information about batch execution.
0 commit comments