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
#### securitycenter:v1
The following keys were added:
- schemas.Access.properties.userAgent.type (Total Keys: 1)
#### securitycenter:v1beta1
The following keys were added:
- schemas.Access.properties.userAgent.type (Total Keys: 1)
#### securitycenter:v1beta2
The following keys were added:
- schemas.Access.properties.userAgent.type (Total Keys: 1)
Copy file name to clipboardExpand all lines: docs/dyn/securitycenter_v1.folders.sources.findings.html
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -208,6 +208,7 @@ <h3>Method Details</h3>
208
208
],
209
209
"serviceAccountKeyName": "A String", # The name of the service account key that was used to create or exchange credentials when authenticating the service account that made the request. This is a scheme-less URI full resource name. For example: "//iam.googleapis.com/projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}/keys/{key}".
210
210
"serviceName": "A String", # This is the API service that the service account made a call to, e.g. "iam.googleapis.com"
211
+
"userAgent": "A String", # The caller's user agent string associated with the finding.
211
212
"userAgentFamily": "A String", # Type of user agent associated with the finding. For example, an operating system shell or an embedded or standalone application.
212
213
"userName": "A String", # A string that represents a username. The username provided depends on the type of the finding and is likely not an IAM principal. For example, this can be a system username if the finding is related to a virtual machine, or it can be an application login username.
213
214
},
@@ -605,6 +606,7 @@ <h3>Method Details</h3>
605
606
],
606
607
"serviceAccountKeyName": "A String", # The name of the service account key that was used to create or exchange credentials when authenticating the service account that made the request. This is a scheme-less URI full resource name. For example: "//iam.googleapis.com/projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}/keys/{key}".
607
608
"serviceName": "A String", # This is the API service that the service account made a call to, e.g. "iam.googleapis.com"
609
+
"userAgent": "A String", # The caller's user agent string associated with the finding.
608
610
"userAgentFamily": "A String", # Type of user agent associated with the finding. For example, an operating system shell or an embedded or standalone application.
609
611
"userName": "A String", # A string that represents a username. The username provided depends on the type of the finding and is likely not an IAM principal. For example, this can be a system username if the finding is related to a virtual machine, or it can be an application login username.
610
612
},
@@ -965,6 +967,7 @@ <h3>Method Details</h3>
965
967
],
966
968
"serviceAccountKeyName": "A String", # The name of the service account key that was used to create or exchange credentials when authenticating the service account that made the request. This is a scheme-less URI full resource name. For example: "//iam.googleapis.com/projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}/keys/{key}".
967
969
"serviceName": "A String", # This is the API service that the service account made a call to, e.g. "iam.googleapis.com"
970
+
"userAgent": "A String", # The caller's user agent string associated with the finding.
968
971
"userAgentFamily": "A String", # Type of user agent associated with the finding. For example, an operating system shell or an embedded or standalone application.
969
972
"userName": "A String", # A string that represents a username. The username provided depends on the type of the finding and is likely not an IAM principal. For example, this can be a system username if the finding is related to a virtual machine, or it can be an application login username.
970
973
},
@@ -1338,6 +1341,7 @@ <h3>Method Details</h3>
1338
1341
],
1339
1342
"serviceAccountKeyName": "A String", # The name of the service account key that was used to create or exchange credentials when authenticating the service account that made the request. This is a scheme-less URI full resource name. For example: "//iam.googleapis.com/projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}/keys/{key}".
1340
1343
"serviceName": "A String", # This is the API service that the service account made a call to, e.g. "iam.googleapis.com"
1344
+
"userAgent": "A String", # The caller's user agent string associated with the finding.
1341
1345
"userAgentFamily": "A String", # Type of user agent associated with the finding. For example, an operating system shell or an embedded or standalone application.
1342
1346
"userName": "A String", # A string that represents a username. The username provided depends on the type of the finding and is likely not an IAM principal. For example, this can be a system username if the finding is related to a virtual machine, or it can be an application login username.
1343
1347
},
@@ -1712,6 +1716,7 @@ <h3>Method Details</h3>
1712
1716
],
1713
1717
"serviceAccountKeyName": "A String", # The name of the service account key that was used to create or exchange credentials when authenticating the service account that made the request. This is a scheme-less URI full resource name. For example: "//iam.googleapis.com/projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}/keys/{key}".
1714
1718
"serviceName": "A String", # This is the API service that the service account made a call to, e.g. "iam.googleapis.com"
1719
+
"userAgent": "A String", # The caller's user agent string associated with the finding.
1715
1720
"userAgentFamily": "A String", # Type of user agent associated with the finding. For example, an operating system shell or an embedded or standalone application.
1716
1721
"userName": "A String", # A string that represents a username. The username provided depends on the type of the finding and is likely not an IAM principal. For example, this can be a system username if the finding is related to a virtual machine, or it can be an application login username.
Copy file name to clipboardExpand all lines: docs/dyn/securitycenter_v1.organizations.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -153,7 +153,7 @@ <h3>Method Details</h3>
153
153
"A String",
154
154
],
155
155
},
156
-
"enableAssetDiscovery": True or False, # A flag that indicates if Asset Discovery should be enabled. If the flag is set to `true`, then discovery of assets will occur. If it is set to `false, all historical assets will remain, but discovery of future assets will not occur.
156
+
"enableAssetDiscovery": True or False, # A flag that indicates if Asset Discovery should be enabled. If the flag is set to `true`, then discovery of assets will occur. If it is set to `false`, all historical assets will remain, but discovery of future assets will not occur.
157
157
"name": "A String", # The relative resource name of the settings. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: "organizations/{organization_id}/organizationSettings".
158
158
}</pre>
159
159
</div>
@@ -177,7 +177,7 @@ <h3>Method Details</h3>
177
177
"A String",
178
178
],
179
179
},
180
-
"enableAssetDiscovery": True or False, # A flag that indicates if Asset Discovery should be enabled. If the flag is set to `true`, then discovery of assets will occur. If it is set to `false, all historical assets will remain, but discovery of future assets will not occur.
180
+
"enableAssetDiscovery": True or False, # A flag that indicates if Asset Discovery should be enabled. If the flag is set to `true`, then discovery of assets will occur. If it is set to `false`, all historical assets will remain, but discovery of future assets will not occur.
181
181
"name": "A String", # The relative resource name of the settings. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: "organizations/{organization_id}/organizationSettings".
182
182
}
183
183
@@ -200,7 +200,7 @@ <h3>Method Details</h3>
200
200
"A String",
201
201
],
202
202
},
203
-
"enableAssetDiscovery": True or False, # A flag that indicates if Asset Discovery should be enabled. If the flag is set to `true`, then discovery of assets will occur. If it is set to `false, all historical assets will remain, but discovery of future assets will not occur.
203
+
"enableAssetDiscovery": True or False, # A flag that indicates if Asset Discovery should be enabled. If the flag is set to `true`, then discovery of assets will occur. If it is set to `false`, all historical assets will remain, but discovery of future assets will not occur.
204
204
"name": "A String", # The relative resource name of the settings. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: "organizations/{organization_id}/organizationSettings".
Copy file name to clipboardExpand all lines: docs/dyn/securitycenter_v1.organizations.sources.findings.html
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -141,6 +141,7 @@ <h3>Method Details</h3>
141
141
],
142
142
"serviceAccountKeyName": "A String", # The name of the service account key that was used to create or exchange credentials when authenticating the service account that made the request. This is a scheme-less URI full resource name. For example: "//iam.googleapis.com/projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}/keys/{key}".
143
143
"serviceName": "A String", # This is the API service that the service account made a call to, e.g. "iam.googleapis.com"
144
+
"userAgent": "A String", # The caller's user agent string associated with the finding.
144
145
"userAgentFamily": "A String", # Type of user agent associated with the finding. For example, an operating system shell or an embedded or standalone application.
145
146
"userName": "A String", # A string that represents a username. The username provided depends on the type of the finding and is likely not an IAM principal. For example, this can be a system username if the finding is related to a virtual machine, or it can be an application login username.
146
147
},
@@ -501,6 +502,7 @@ <h3>Method Details</h3>
501
502
],
502
503
"serviceAccountKeyName": "A String", # The name of the service account key that was used to create or exchange credentials when authenticating the service account that made the request. This is a scheme-less URI full resource name. For example: "//iam.googleapis.com/projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}/keys/{key}".
503
504
"serviceName": "A String", # This is the API service that the service account made a call to, e.g. "iam.googleapis.com"
505
+
"userAgent": "A String", # The caller's user agent string associated with the finding.
504
506
"userAgentFamily": "A String", # Type of user agent associated with the finding. For example, an operating system shell or an embedded or standalone application.
505
507
"userName": "A String", # A string that represents a username. The username provided depends on the type of the finding and is likely not an IAM principal. For example, this can be a system username if the finding is related to a virtual machine, or it can be an application login username.
506
508
},
@@ -932,6 +934,7 @@ <h3>Method Details</h3>
932
934
],
933
935
"serviceAccountKeyName": "A String", # The name of the service account key that was used to create or exchange credentials when authenticating the service account that made the request. This is a scheme-less URI full resource name. For example: "//iam.googleapis.com/projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}/keys/{key}".
934
936
"serviceName": "A String", # This is the API service that the service account made a call to, e.g. "iam.googleapis.com"
937
+
"userAgent": "A String", # The caller's user agent string associated with the finding.
935
938
"userAgentFamily": "A String", # Type of user agent associated with the finding. For example, an operating system shell or an embedded or standalone application.
936
939
"userName": "A String", # A string that represents a username. The username provided depends on the type of the finding and is likely not an IAM principal. For example, this can be a system username if the finding is related to a virtual machine, or it can be an application login username.
937
940
},
@@ -1329,6 +1332,7 @@ <h3>Method Details</h3>
1329
1332
],
1330
1333
"serviceAccountKeyName": "A String", # The name of the service account key that was used to create or exchange credentials when authenticating the service account that made the request. This is a scheme-less URI full resource name. For example: "//iam.googleapis.com/projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}/keys/{key}".
1331
1334
"serviceName": "A String", # This is the API service that the service account made a call to, e.g. "iam.googleapis.com"
1335
+
"userAgent": "A String", # The caller's user agent string associated with the finding.
1332
1336
"userAgentFamily": "A String", # Type of user agent associated with the finding. For example, an operating system shell or an embedded or standalone application.
1333
1337
"userName": "A String", # A string that represents a username. The username provided depends on the type of the finding and is likely not an IAM principal. For example, this can be a system username if the finding is related to a virtual machine, or it can be an application login username.
1334
1338
},
@@ -1689,6 +1693,7 @@ <h3>Method Details</h3>
1689
1693
],
1690
1694
"serviceAccountKeyName": "A String", # The name of the service account key that was used to create or exchange credentials when authenticating the service account that made the request. This is a scheme-less URI full resource name. For example: "//iam.googleapis.com/projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}/keys/{key}".
1691
1695
"serviceName": "A String", # This is the API service that the service account made a call to, e.g. "iam.googleapis.com"
1696
+
"userAgent": "A String", # The caller's user agent string associated with the finding.
1692
1697
"userAgentFamily": "A String", # Type of user agent associated with the finding. For example, an operating system shell or an embedded or standalone application.
1693
1698
"userName": "A String", # A string that represents a username. The username provided depends on the type of the finding and is likely not an IAM principal. For example, this can be a system username if the finding is related to a virtual machine, or it can be an application login username.
1694
1699
},
@@ -2062,6 +2067,7 @@ <h3>Method Details</h3>
2062
2067
],
2063
2068
"serviceAccountKeyName": "A String", # The name of the service account key that was used to create or exchange credentials when authenticating the service account that made the request. This is a scheme-less URI full resource name. For example: "//iam.googleapis.com/projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}/keys/{key}".
2064
2069
"serviceName": "A String", # This is the API service that the service account made a call to, e.g. "iam.googleapis.com"
2070
+
"userAgent": "A String", # The caller's user agent string associated with the finding.
2065
2071
"userAgentFamily": "A String", # Type of user agent associated with the finding. For example, an operating system shell or an embedded or standalone application.
2066
2072
"userName": "A String", # A string that represents a username. The username provided depends on the type of the finding and is likely not an IAM principal. For example, this can be a system username if the finding is related to a virtual machine, or it can be an application login username.
2067
2073
},
@@ -2436,6 +2442,7 @@ <h3>Method Details</h3>
2436
2442
],
2437
2443
"serviceAccountKeyName": "A String", # The name of the service account key that was used to create or exchange credentials when authenticating the service account that made the request. This is a scheme-less URI full resource name. For example: "//iam.googleapis.com/projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}/keys/{key}".
2438
2444
"serviceName": "A String", # This is the API service that the service account made a call to, e.g. "iam.googleapis.com"
2445
+
"userAgent": "A String", # The caller's user agent string associated with the finding.
2439
2446
"userAgentFamily": "A String", # Type of user agent associated with the finding. For example, an operating system shell or an embedded or standalone application.
2440
2447
"userName": "A String", # A string that represents a username. The username provided depends on the type of the finding and is likely not an IAM principal. For example, this can be a system username if the finding is related to a virtual machine, or it can be an application login username.
0 commit comments