Skip to content

Commit

Permalink
feat(securitycenter): update the api
Browse files Browse the repository at this point in the history
#### securitycenter:v1

The following keys were added:
- schemas.GoogleCloudSecuritycenterV1ExternalSystem.properties.casePriority.type (Total Keys: 1)
- schemas.GoogleCloudSecuritycenterV1ExternalSystem.properties.caseSla (Total Keys: 2)
- schemas.GoogleCloudSecuritycenterV1ExternalSystem.properties.caseUri.type (Total Keys: 1)
- schemas.GoogleCloudSecuritycenterV1ExternalSystem.properties.ticketInfo.$ref (Total Keys: 1)
- schemas.TicketInfo (Total Keys: 8)

#### securitycenter:v1beta1

The following keys were added:
- schemas.GoogleCloudSecuritycenterV1ExternalSystem.properties.casePriority.type (Total Keys: 1)
- schemas.GoogleCloudSecuritycenterV1ExternalSystem.properties.caseSla (Total Keys: 2)
- schemas.GoogleCloudSecuritycenterV1ExternalSystem.properties.caseUri.type (Total Keys: 1)
- schemas.GoogleCloudSecuritycenterV1ExternalSystem.properties.ticketInfo.$ref (Total Keys: 1)
- schemas.TicketInfo (Total Keys: 8)

#### securitycenter:v1beta2

The following keys were added:
- schemas.GoogleCloudSecuritycenterV1ExternalSystem.properties.casePriority.type (Total Keys: 1)
- schemas.GoogleCloudSecuritycenterV1ExternalSystem.properties.caseSla (Total Keys: 2)
- schemas.GoogleCloudSecuritycenterV1ExternalSystem.properties.caseUri.type (Total Keys: 1)
- schemas.GoogleCloudSecuritycenterV1ExternalSystem.properties.ticketInfo.$ref (Total Keys: 1)
- schemas.TicketInfo (Total Keys: 8)
  • Loading branch information
yoshi-automation committed Jan 16, 2024
1 parent 4f7076c commit 7d9dc18
Show file tree
Hide file tree
Showing 12 changed files with 436 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -757,10 +757,21 @@ <h3>Method Details</h3>
&quot;assignees&quot;: [ # References primary/secondary etc assignees in the external system.
&quot;A String&quot;,
],
&quot;casePriority&quot;: &quot;A String&quot;, # The priority of the finding&#x27;s corresponding case in the external system.
&quot;caseSla&quot;: &quot;A String&quot;, # The SLA of the finding&#x27;s corresponding case in the external system.
&quot;caseUri&quot;: &quot;A String&quot;, # The link to the finding&#x27;s corresponding case in the external system.
&quot;externalSystemUpdateTime&quot;: &quot;A String&quot;, # The time when the case was last updated, as reported by the external system.
&quot;externalUid&quot;: &quot;A String&quot;, # The identifier that&#x27;s used to track the finding&#x27;s corresponding case in the external system.
&quot;name&quot;: &quot;A String&quot;, # Full resource name of the external system, for example: &quot;organizations/1234/sources/5678/findings/123456/externalSystems/jira&quot;, &quot;folders/1234/sources/5678/findings/123456/externalSystems/jira&quot;, &quot;projects/1234/sources/5678/findings/123456/externalSystems/jira&quot;
&quot;status&quot;: &quot;A String&quot;, # The most recent status of the finding&#x27;s corresponding case, as reported by the external system.
&quot;ticketInfo&quot;: { # Information about the ticket, if any, that is being used to track the resolution of the issue that is identified by this finding. # Information about the ticket, if any, that is being used to track the resolution of the issue that is identified by this finding.
&quot;assignee&quot;: &quot;A String&quot;, # The assignee of the ticket in the ticket system.
&quot;description&quot;: &quot;A String&quot;, # The description of the ticket in the ticket system.
&quot;id&quot;: &quot;A String&quot;, # The identifier of the ticket in the ticket system.
&quot;status&quot;: &quot;A String&quot;, # The latest status of the ticket, as reported by the ticket system.
&quot;updateTime&quot;: &quot;A String&quot;, # The time when the ticket was last updated, as reported by the ticket system.
&quot;uri&quot;: &quot;A String&quot;, # The link to the ticket in the ticket system.
},
},
},
&quot;externalUri&quot;: &quot;A String&quot;, # The URI that, if available, points to a web page outside of Security Command Center where additional information about the finding can be found. This field is guaranteed to be either empty or a well formed URL.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,21 @@ <h3>Method Details</h3>
&quot;assignees&quot;: [ # References primary/secondary etc assignees in the external system.
&quot;A String&quot;,
],
&quot;casePriority&quot;: &quot;A String&quot;, # The priority of the finding&#x27;s corresponding case in the external system.
&quot;caseSla&quot;: &quot;A String&quot;, # The SLA of the finding&#x27;s corresponding case in the external system.
&quot;caseUri&quot;: &quot;A String&quot;, # The link to the finding&#x27;s corresponding case in the external system.
&quot;externalSystemUpdateTime&quot;: &quot;A String&quot;, # The time when the case was last updated, as reported by the external system.
&quot;externalUid&quot;: &quot;A String&quot;, # The identifier that&#x27;s used to track the finding&#x27;s corresponding case in the external system.
&quot;name&quot;: &quot;A String&quot;, # Full resource name of the external system, for example: &quot;organizations/1234/sources/5678/findings/123456/externalSystems/jira&quot;, &quot;folders/1234/sources/5678/findings/123456/externalSystems/jira&quot;, &quot;projects/1234/sources/5678/findings/123456/externalSystems/jira&quot;
&quot;status&quot;: &quot;A String&quot;, # The most recent status of the finding&#x27;s corresponding case, as reported by the external system.
&quot;ticketInfo&quot;: { # Information about the ticket, if any, that is being used to track the resolution of the issue that is identified by this finding. # Information about the ticket, if any, that is being used to track the resolution of the issue that is identified by this finding.
&quot;assignee&quot;: &quot;A String&quot;, # The assignee of the ticket in the ticket system.
&quot;description&quot;: &quot;A String&quot;, # The description of the ticket in the ticket system.
&quot;id&quot;: &quot;A String&quot;, # The identifier of the ticket in the ticket system.
&quot;status&quot;: &quot;A String&quot;, # The latest status of the ticket, as reported by the ticket system.
&quot;updateTime&quot;: &quot;A String&quot;, # The time when the ticket was last updated, as reported by the ticket system.
&quot;uri&quot;: &quot;A String&quot;, # The link to the ticket in the ticket system.
},
}

updateMask: string, The FieldMask to use when updating the external system resource. If empty all mutable fields will be updated.
Expand All @@ -118,10 +129,21 @@ <h3>Method Details</h3>
&quot;assignees&quot;: [ # References primary/secondary etc assignees in the external system.
&quot;A String&quot;,
],
&quot;casePriority&quot;: &quot;A String&quot;, # The priority of the finding&#x27;s corresponding case in the external system.
&quot;caseSla&quot;: &quot;A String&quot;, # The SLA of the finding&#x27;s corresponding case in the external system.
&quot;caseUri&quot;: &quot;A String&quot;, # The link to the finding&#x27;s corresponding case in the external system.
&quot;externalSystemUpdateTime&quot;: &quot;A String&quot;, # The time when the case was last updated, as reported by the external system.
&quot;externalUid&quot;: &quot;A String&quot;, # The identifier that&#x27;s used to track the finding&#x27;s corresponding case in the external system.
&quot;name&quot;: &quot;A String&quot;, # Full resource name of the external system, for example: &quot;organizations/1234/sources/5678/findings/123456/externalSystems/jira&quot;, &quot;folders/1234/sources/5678/findings/123456/externalSystems/jira&quot;, &quot;projects/1234/sources/5678/findings/123456/externalSystems/jira&quot;
&quot;status&quot;: &quot;A String&quot;, # The most recent status of the finding&#x27;s corresponding case, as reported by the external system.
&quot;ticketInfo&quot;: { # Information about the ticket, if any, that is being used to track the resolution of the issue that is identified by this finding. # Information about the ticket, if any, that is being used to track the resolution of the issue that is identified by this finding.
&quot;assignee&quot;: &quot;A String&quot;, # The assignee of the ticket in the ticket system.
&quot;description&quot;: &quot;A String&quot;, # The description of the ticket in the ticket system.
&quot;id&quot;: &quot;A String&quot;, # The identifier of the ticket in the ticket system.
&quot;status&quot;: &quot;A String&quot;, # The latest status of the ticket, as reported by the ticket system.
&quot;updateTime&quot;: &quot;A String&quot;, # The time when the ticket was last updated, as reported by the ticket system.
&quot;uri&quot;: &quot;A String&quot;, # The link to the ticket in the ticket system.
},
}</pre>
</div>

Expand Down

0 comments on commit 7d9dc18

Please sign in to comment.