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/secretmanager_v1.projects.locations.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -125,9 +125,9 @@ <h3>Method Details</h3>
125
125
126
126
Args:
127
127
name: string, The resource that owns the locations collection, if applicable. (required)
128
-
filter: string, The standard list filter.
129
-
pageSize: integer, The standard list page size.
130
-
pageToken: string, The standard list page token.
128
+
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like "displayName=tokyo", and is documented in more detail in [AIP-160](https://google.aip.dev/160).
129
+
pageSize: integer, The maximum number of results to return. If not set, the service will select a default.
130
+
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
Copy file name to clipboardExpand all lines: docs/dyn/secretmanager_v1.projects.secrets.html
+30-6Lines changed: 30 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -199,8 +199,12 @@ <h3>Method Details</h3>
199
199
],
200
200
},
201
201
},
202
+
"rotation": { # The rotation time and period for a Secret. At next_rotation_time, Secret Manager will send a Pub/Sub notification to the topics configured on the Secret. Secret.topics must be set to configure rotation. # Optional. Rotation policy attached to the Secret. May be excluded if there is no rotation policy.
203
+
"nextRotationTime": "A String", # Optional. Timestamp in UTC at which the Secret is scheduled to rotate. next_rotation_time MUST be set if rotation_period is set.
204
+
"rotationPeriod": "A String", # Input only. The Duration between rotation notifications. Must be in seconds and at least 3600s (1h) and at most 3153600000s (100 years). If rotation_period is set, next_rotation_time must be set. next_rotation_time will be advanced by this period when the service automatically sends rotation notifications.
205
+
},
202
206
"topics": [ # Optional. A list of up to 10 Pub/Sub topics to which messages are published when control plane operations are called on the secret or its versions.
203
-
{ # A Pub/Sub topic which SM will publish to when control plane events occur on this secret.
207
+
{ # A Pub/Sub topic which Secret Manager will publish to when control plane events occur on this secret.
204
208
"name": "A String", # Required. The resource name of the Pub/Sub topic that will be published to, in the following format: `projects/*/topics/*`. For publication to succeed, the Secret Manager P4SA must have `pubsub.publisher` permissions on the topic.
205
209
},
206
210
],
@@ -240,8 +244,12 @@ <h3>Method Details</h3>
240
244
],
241
245
},
242
246
},
247
+
"rotation": { # The rotation time and period for a Secret. At next_rotation_time, Secret Manager will send a Pub/Sub notification to the topics configured on the Secret. Secret.topics must be set to configure rotation. # Optional. Rotation policy attached to the Secret. May be excluded if there is no rotation policy.
248
+
"nextRotationTime": "A String", # Optional. Timestamp in UTC at which the Secret is scheduled to rotate. next_rotation_time MUST be set if rotation_period is set.
249
+
"rotationPeriod": "A String", # Input only. The Duration between rotation notifications. Must be in seconds and at least 3600s (1h) and at most 3153600000s (100 years). If rotation_period is set, next_rotation_time must be set. next_rotation_time will be advanced by this period when the service automatically sends rotation notifications.
250
+
},
243
251
"topics": [ # Optional. A list of up to 10 Pub/Sub topics to which messages are published when control plane operations are called on the secret or its versions.
244
-
{ # A Pub/Sub topic which SM will publish to when control plane events occur on this secret.
252
+
{ # A Pub/Sub topic which Secret Manager will publish to when control plane events occur on this secret.
245
253
"name": "A String", # Required. The resource name of the Pub/Sub topic that will be published to, in the following format: `projects/*/topics/*`. For publication to succeed, the Secret Manager P4SA must have `pubsub.publisher` permissions on the topic.
246
254
},
247
255
],
@@ -305,8 +313,12 @@ <h3>Method Details</h3>
305
313
],
306
314
},
307
315
},
316
+
"rotation": { # The rotation time and period for a Secret. At next_rotation_time, Secret Manager will send a Pub/Sub notification to the topics configured on the Secret. Secret.topics must be set to configure rotation. # Optional. Rotation policy attached to the Secret. May be excluded if there is no rotation policy.
317
+
"nextRotationTime": "A String", # Optional. Timestamp in UTC at which the Secret is scheduled to rotate. next_rotation_time MUST be set if rotation_period is set.
318
+
"rotationPeriod": "A String", # Input only. The Duration between rotation notifications. Must be in seconds and at least 3600s (1h) and at most 3153600000s (100 years). If rotation_period is set, next_rotation_time must be set. next_rotation_time will be advanced by this period when the service automatically sends rotation notifications.
319
+
},
308
320
"topics": [ # Optional. A list of up to 10 Pub/Sub topics to which messages are published when control plane operations are called on the secret or its versions.
309
-
{ # A Pub/Sub topic which SM will publish to when control plane events occur on this secret.
321
+
{ # A Pub/Sub topic which Secret Manager will publish to when control plane events occur on this secret.
310
322
"name": "A String", # Required. The resource name of the Pub/Sub topic that will be published to, in the following format: `projects/*/topics/*`. For publication to succeed, the Secret Manager P4SA must have `pubsub.publisher` permissions on the topic.
311
323
},
312
324
],
@@ -405,8 +417,12 @@ <h3>Method Details</h3>
405
417
],
406
418
},
407
419
},
420
+
"rotation": { # The rotation time and period for a Secret. At next_rotation_time, Secret Manager will send a Pub/Sub notification to the topics configured on the Secret. Secret.topics must be set to configure rotation. # Optional. Rotation policy attached to the Secret. May be excluded if there is no rotation policy.
421
+
"nextRotationTime": "A String", # Optional. Timestamp in UTC at which the Secret is scheduled to rotate. next_rotation_time MUST be set if rotation_period is set.
422
+
"rotationPeriod": "A String", # Input only. The Duration between rotation notifications. Must be in seconds and at least 3600s (1h) and at most 3153600000s (100 years). If rotation_period is set, next_rotation_time must be set. next_rotation_time will be advanced by this period when the service automatically sends rotation notifications.
423
+
},
408
424
"topics": [ # Optional. A list of up to 10 Pub/Sub topics to which messages are published when control plane operations are called on the secret or its versions.
409
-
{ # A Pub/Sub topic which SM will publish to when control plane events occur on this secret.
425
+
{ # A Pub/Sub topic which Secret Manager will publish to when control plane events occur on this secret.
410
426
"name": "A String", # Required. The resource name of the Pub/Sub topic that will be published to, in the following format: `projects/*/topics/*`. For publication to succeed, the Secret Manager P4SA must have `pubsub.publisher` permissions on the topic.
411
427
},
412
428
],
@@ -464,8 +480,12 @@ <h3>Method Details</h3>
464
480
],
465
481
},
466
482
},
483
+
"rotation": { # The rotation time and period for a Secret. At next_rotation_time, Secret Manager will send a Pub/Sub notification to the topics configured on the Secret. Secret.topics must be set to configure rotation. # Optional. Rotation policy attached to the Secret. May be excluded if there is no rotation policy.
484
+
"nextRotationTime": "A String", # Optional. Timestamp in UTC at which the Secret is scheduled to rotate. next_rotation_time MUST be set if rotation_period is set.
485
+
"rotationPeriod": "A String", # Input only. The Duration between rotation notifications. Must be in seconds and at least 3600s (1h) and at most 3153600000s (100 years). If rotation_period is set, next_rotation_time must be set. next_rotation_time will be advanced by this period when the service automatically sends rotation notifications.
486
+
},
467
487
"topics": [ # Optional. A list of up to 10 Pub/Sub topics to which messages are published when control plane operations are called on the secret or its versions.
468
-
{ # A Pub/Sub topic which SM will publish to when control plane events occur on this secret.
488
+
{ # A Pub/Sub topic which Secret Manager will publish to when control plane events occur on this secret.
469
489
"name": "A String", # Required. The resource name of the Pub/Sub topic that will be published to, in the following format: `projects/*/topics/*`. For publication to succeed, the Secret Manager P4SA must have `pubsub.publisher` permissions on the topic.
470
490
},
471
491
],
@@ -505,8 +525,12 @@ <h3>Method Details</h3>
505
525
],
506
526
},
507
527
},
528
+
"rotation": { # The rotation time and period for a Secret. At next_rotation_time, Secret Manager will send a Pub/Sub notification to the topics configured on the Secret. Secret.topics must be set to configure rotation. # Optional. Rotation policy attached to the Secret. May be excluded if there is no rotation policy.
529
+
"nextRotationTime": "A String", # Optional. Timestamp in UTC at which the Secret is scheduled to rotate. next_rotation_time MUST be set if rotation_period is set.
530
+
"rotationPeriod": "A String", # Input only. The Duration between rotation notifications. Must be in seconds and at least 3600s (1h) and at most 3153600000s (100 years). If rotation_period is set, next_rotation_time must be set. next_rotation_time will be advanced by this period when the service automatically sends rotation notifications.
531
+
},
508
532
"topics": [ # Optional. A list of up to 10 Pub/Sub topics to which messages are published when control plane operations are called on the secret or its versions.
509
-
{ # A Pub/Sub topic which SM will publish to when control plane events occur on this secret.
533
+
{ # A Pub/Sub topic which Secret Manager will publish to when control plane events occur on this secret.
510
534
"name": "A String", # Required. The resource name of the Pub/Sub topic that will be published to, in the following format: `projects/*/topics/*`. For publication to succeed, the Secret Manager P4SA must have `pubsub.publisher` permissions on the topic.
Copy file name to clipboardExpand all lines: docs/dyn/secretmanager_v1beta1.projects.locations.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -125,9 +125,9 @@ <h3>Method Details</h3>
125
125
126
126
Args:
127
127
name: string, The resource that owns the locations collection, if applicable. (required)
128
-
filter: string, The standard list filter.
129
-
pageSize: integer, The standard list page size.
130
-
pageToken: string, The standard list page token.
128
+
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like "displayName=tokyo", and is documented in more detail in [AIP-160](https://google.aip.dev/160).
129
+
pageSize: integer, The maximum number of results to return. If not set, the service will select a default.
130
+
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
"description": "View and manage your data across Google Cloud Platform services"
6
+
"description": "See, edit, configure, and delete your Google Cloud Platform data"
7
7
}
8
8
}
9
9
}
@@ -144,7 +144,7 @@
144
144
],
145
145
"parameters": {
146
146
"filter": {
147
-
"description": "The standard list filter.",
147
+
"description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like \"displayName=tokyo\", and is documented in more detail in [AIP-160](https://google.aip.dev/160).",
148
148
"location": "query",
149
149
"type": "string"
150
150
},
@@ -156,13 +156,13 @@
156
156
"type": "string"
157
157
},
158
158
"pageSize": {
159
-
"description": "The standard list page size.",
159
+
"description": "The maximum number of results to return. If not set, the service will select a default.",
160
160
"format": "int32",
161
161
"location": "query",
162
162
"type": "integer"
163
163
},
164
164
"pageToken": {
165
-
"description": "The standard list page token.",
165
+
"description": "A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.",
"description": "The rotation time and period for a Secret. At next_rotation_time, Secret Manager will send a Pub/Sub notification to the topics configured on the Secret. Secret.topics must be set to configure rotation.",
1015
+
"id": "Rotation",
1016
+
"properties": {
1017
+
"nextRotationTime": {
1018
+
"description": "Optional. Timestamp in UTC at which the Secret is scheduled to rotate. next_rotation_time MUST be set if rotation_period is set.",
1019
+
"format": "google-datetime",
1020
+
"type": "string"
1021
+
},
1022
+
"rotationPeriod": {
1023
+
"description": "Input only. The Duration between rotation notifications. Must be in seconds and at least 3600s (1h) and at most 3153600000s (100 years). If rotation_period is set, next_rotation_time must be set. next_rotation_time will be advanced by this period when the service automatically sends rotation notifications.",
1024
+
"format": "google-duration",
1025
+
"type": "string"
1026
+
}
1027
+
},
1028
+
"type": "object"
1029
+
},
1013
1030
"Secret": {
1014
1031
"description": "A Secret is a logical secret whose value and versions can be accessed. A Secret is made up of zero or more SecretVersions that represent the secret data.",
1015
1032
"id": "Secret",
@@ -1041,6 +1058,10 @@
1041
1058
"$ref": "Replication",
1042
1059
"description": "Required. Immutable. The replication policy of the secret data attached to the Secret. The replication policy cannot be changed after the Secret has been created."
1043
1060
},
1061
+
"rotation": {
1062
+
"$ref": "Rotation",
1063
+
"description": "Optional. Rotation policy attached to the Secret. May be excluded if there is no rotation policy."
1064
+
},
1044
1065
"topics": {
1045
1066
"description": "Optional. A list of up to 10 Pub/Sub topics to which messages are published when control plane operations are called on the secret or its versions.",
1046
1067
"items": {
@@ -1158,7 +1179,7 @@
1158
1179
"type": "object"
1159
1180
},
1160
1181
"Topic": {
1161
-
"description": "A Pub/Sub topic which SM will publish to when control plane events occur on this secret.",
1182
+
"description": "A Pub/Sub topic which Secret Manager will publish to when control plane events occur on this secret.",
0 commit comments