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
Copy file name to clipboardExpand all lines: docs/dyn/aiplatform_v1.media.html
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -124,6 +124,7 @@ <h3>Method Details</h3>
124
124
{ # JiraQueries contains the Jira queries and corresponding authentication.
125
125
"apiKeyConfig": { # The API secret. # Required. The SecretManager secret version resource name (e.g. projects/{project}/secrets/{secret}/versions/{version}) storing the Jira API key. See [Manage API tokens for your Atlassian account](https://support.atlassian.com/atlassian-account/docs/manage-api-tokens-for-your-atlassian-account/).
126
126
"apiKeySecretVersion": "A String", # Required. The SecretManager secret version resource name storing API key. e.g. projects/{project}/secrets/{secret}/versions/{version}
127
+
"apiKeyString": "A String", # The API key string. Either this or `api_key_secret_version` must be set.
127
128
},
128
129
"customQueries": [ # A list of custom Jira queries to import. For information about JQL (Jira Query Language), see https://support.atlassian.com/jira-service-management-cloud/docs/use-advanced-search-with-jira-query-language-jql/
129
130
"A String",
@@ -143,6 +144,7 @@ <h3>Method Details</h3>
143
144
"clientId": "A String", # The Application ID for the app registered in Microsoft Azure Portal. The application must also be configured with MS Graph permissions "Files.ReadAll", "Sites.ReadAll" and BrowserSiteLists.Read.All.
144
145
"clientSecret": { # The API secret. # The application secret for the app registered in Azure.
145
146
"apiKeySecretVersion": "A String", # Required. The SecretManager secret version resource name storing API key. e.g. projects/{project}/secrets/{secret}/versions/{version}
147
+
"apiKeyString": "A String", # The API key string. Either this or `api_key_secret_version` must be set.
146
148
},
147
149
"driveId": "A String", # The ID of the drive to download from.
148
150
"driveName": "A String", # The name of the drive to download from.
@@ -159,6 +161,7 @@ <h3>Method Details</h3>
159
161
{ # SlackChannels contains the Slack channels and corresponding access token.
160
162
"apiKeyConfig": { # The API secret. # Required. The SecretManager secret version resource name (e.g. projects/{project}/secrets/{secret}/versions/{version}) storing the Slack channel access token that has access to the slack channel IDs. See: https://api.slack.com/tutorials/tracks/getting-a-token.
161
163
"apiKeySecretVersion": "A String", # Required. The SecretManager secret version resource name storing API key. e.g. projects/{project}/secrets/{secret}/versions/{version}
164
+
"apiKeyString": "A String", # The API key string. Either this or `api_key_secret_version` must be set.
162
165
},
163
166
"channels": [ # Required. The Slack channel IDs.
164
167
{ # SlackChannel contains the Slack channel ID and the time range to import.
@@ -232,6 +235,7 @@ <h3>Method Details</h3>
232
235
{ # JiraQueries contains the Jira queries and corresponding authentication.
233
236
"apiKeyConfig": { # The API secret. # Required. The SecretManager secret version resource name (e.g. projects/{project}/secrets/{secret}/versions/{version}) storing the Jira API key. See [Manage API tokens for your Atlassian account](https://support.atlassian.com/atlassian-account/docs/manage-api-tokens-for-your-atlassian-account/).
234
237
"apiKeySecretVersion": "A String", # Required. The SecretManager secret version resource name storing API key. e.g. projects/{project}/secrets/{secret}/versions/{version}
238
+
"apiKeyString": "A String", # The API key string. Either this or `api_key_secret_version` must be set.
235
239
},
236
240
"customQueries": [ # A list of custom Jira queries to import. For information about JQL (Jira Query Language), see https://support.atlassian.com/jira-service-management-cloud/docs/use-advanced-search-with-jira-query-language-jql/
237
241
"A String",
@@ -251,6 +255,7 @@ <h3>Method Details</h3>
251
255
"clientId": "A String", # The Application ID for the app registered in Microsoft Azure Portal. The application must also be configured with MS Graph permissions "Files.ReadAll", "Sites.ReadAll" and BrowserSiteLists.Read.All.
252
256
"clientSecret": { # The API secret. # The application secret for the app registered in Azure.
253
257
"apiKeySecretVersion": "A String", # Required. The SecretManager secret version resource name storing API key. e.g. projects/{project}/secrets/{secret}/versions/{version}
258
+
"apiKeyString": "A String", # The API key string. Either this or `api_key_secret_version` must be set.
254
259
},
255
260
"driveId": "A String", # The ID of the drive to download from.
256
261
"driveName": "A String", # The name of the drive to download from.
@@ -267,6 +272,7 @@ <h3>Method Details</h3>
267
272
{ # SlackChannels contains the Slack channels and corresponding access token.
268
273
"apiKeyConfig": { # The API secret. # Required. The SecretManager secret version resource name (e.g. projects/{project}/secrets/{secret}/versions/{version}) storing the Slack channel access token that has access to the slack channel IDs. See: https://api.slack.com/tutorials/tracks/getting-a-token.
269
274
"apiKeySecretVersion": "A String", # Required. The SecretManager secret version resource name storing API key. e.g. projects/{project}/secrets/{secret}/versions/{version}
275
+
"apiKeyString": "A String", # The API key string. Either this or `api_key_secret_version` must be set.
270
276
},
271
277
"channels": [ # Required. The Slack channel IDs.
272
278
{ # SlackChannel contains the Slack channel ID and the time range to import.
0 commit comments