Skip to content

Commit 7773531

Browse files
feat(securitycenter): update the api
#### securitycenter:v1beta2 The following keys were added: - schemas.SecurityCenterSettings.properties.onboardingTime (Total Keys: 2)
1 parent 6c13031 commit 7773531

File tree

6 files changed

+11
-3
lines changed

6 files changed

+11
-3
lines changed

docs/dyn/securitycenter_v1beta2.folders.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ <h3>Method Details</h3>
240240
{ # Resource capturing the settings for Security Center.
241241
&quot;logSinkProject&quot;: &quot;A String&quot;, # The resource name of the project to send logs to. This project must be part of the organization this resource resides in. The format is `projects/{project_id}`. An empty value disables logging. This value is only referenced by services that support log sink. Please refer to the documentation for an updated list of compatible services.
242242
&quot;name&quot;: &quot;A String&quot;, # The resource name of the SecurityCenterSettings. Format: organizations/{organization}/securityCenterSettings Format: folders/{folder}/securityCenterSettings Format: projects/{project}/securityCenterSettings
243+
&quot;onboardingTime&quot;: &quot;A String&quot;, # Timestamp of when the customer organization was onboarded to SCC.
243244
&quot;orgServiceAccount&quot;: &quot;A String&quot;, # The organization level service account to be used for security center components.
244245
}</pre>
245246
</div>

docs/dyn/securitycenter_v1beta2.organizations.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ <h3>Method Details</h3>
243243
{ # Resource capturing the settings for Security Center.
244244
&quot;logSinkProject&quot;: &quot;A String&quot;, # The resource name of the project to send logs to. This project must be part of the organization this resource resides in. The format is `projects/{project_id}`. An empty value disables logging. This value is only referenced by services that support log sink. Please refer to the documentation for an updated list of compatible services.
245245
&quot;name&quot;: &quot;A String&quot;, # The resource name of the SecurityCenterSettings. Format: organizations/{organization}/securityCenterSettings Format: folders/{folder}/securityCenterSettings Format: projects/{project}/securityCenterSettings
246+
&quot;onboardingTime&quot;: &quot;A String&quot;, # Timestamp of when the customer organization was onboarded to SCC.
246247
&quot;orgServiceAccount&quot;: &quot;A String&quot;, # The organization level service account to be used for security center components.
247248
}</pre>
248249
</div>

docs/dyn/securitycenter_v1beta2.projects.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ <h3>Method Details</h3>
245245
{ # Resource capturing the settings for Security Center.
246246
&quot;logSinkProject&quot;: &quot;A String&quot;, # The resource name of the project to send logs to. This project must be part of the organization this resource resides in. The format is `projects/{project_id}`. An empty value disables logging. This value is only referenced by services that support log sink. Please refer to the documentation for an updated list of compatible services.
247247
&quot;name&quot;: &quot;A String&quot;, # The resource name of the SecurityCenterSettings. Format: organizations/{organization}/securityCenterSettings Format: folders/{folder}/securityCenterSettings Format: projects/{project}/securityCenterSettings
248+
&quot;onboardingTime&quot;: &quot;A String&quot;, # Timestamp of when the customer organization was onboarded to SCC.
248249
&quot;orgServiceAccount&quot;: &quot;A String&quot;, # The organization level service account to be used for security center components.
249250
}</pre>
250251
</div>

googleapiclient/discovery_cache/documents/securitycenter.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3058,7 +3058,7 @@
30583058
}
30593059
}
30603060
},
3061-
"revision": "20220506",
3061+
"revision": "20220516",
30623062
"rootUrl": "https://securitycenter.googleapis.com/",
30633063
"schemas": {
30643064
"Access": {

googleapiclient/discovery_cache/documents/securitycenter.v1beta1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -896,7 +896,7 @@
896896
}
897897
}
898898
},
899-
"revision": "20220506",
899+
"revision": "20220516",
900900
"rootUrl": "https://securitycenter.googleapis.com/",
901901
"schemas": {
902902
"Access": {

googleapiclient/discovery_cache/documents/securitycenter.v1beta2.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1717,7 +1717,7 @@
17171717
}
17181718
}
17191719
},
1720-
"revision": "20220506",
1720+
"revision": "20220516",
17211721
"rootUrl": "https://securitycenter.googleapis.com/",
17221722
"schemas": {
17231723
"Access": {
@@ -3098,6 +3098,11 @@
30983098
"description": "The resource name of the SecurityCenterSettings. Format: organizations/{organization}/securityCenterSettings Format: folders/{folder}/securityCenterSettings Format: projects/{project}/securityCenterSettings",
30993099
"type": "string"
31003100
},
3101+
"onboardingTime": {
3102+
"description": "Timestamp of when the customer organization was onboarded to SCC.",
3103+
"format": "google-datetime",
3104+
"type": "string"
3105+
},
31013106
"orgServiceAccount": {
31023107
"description": "The organization level service account to be used for security center components.",
31033108
"type": "string"

0 commit comments

Comments
 (0)