Security Command Center API (securitycenter:v1)

2024-08-28

1 new method

Additions

    Methods
  • securitycenter.organizations.valuedResources.list

      Path: v1/{+parent}/valuedResources

      Flat Path: v1/organizations/{organizationsId}/valuedResources

      HTTP Method: GET

      Parameters:

        parent

          Description: Required. Name of parent to list valued resources. Valid formats: `organizations/{organization}`, `organizations/{organization}/simulations/{simulation}` `organizations/{organization}/simulations/{simulation}/attackExposureResults/{attack_exposure_result_v2}`

          Pattern: ^organizations/[^/]+$

          Location: path

          Required: Yes

          Type: string

        filter

          Description: The filter expression that filters the valued resources in the response. Supported fields: * `resource_value` supports = * `resource_type` supports =

          Location: query

          Type: string

        pageToken

          Description: The value returned by the last `ListValuedResourcesResponse`; indicates that this is a continuation of a prior `ListValuedResources` call, and that the system should return the next page of data.

          Location: query

          Type: string

        pageSize

          Description: The maximum number of results to return in a single response. Default is 10, minimum is 1, maximum is 1000.

          Location: query

          Type: integer

          Format: int32

        orderBy

          Description: Optional. The fields by which to order the valued resources response. Supported fields: * `exposed_score` * `resource_value` * `resource_type` * `resource` * `display_name` Values should be a comma separated list of fields. For example: `exposed_score,resource_value`. The default sorting order is descending. To specify ascending or descending order for a field, append a ` ASC` or a ` DESC` suffix, respectively; for example: `exposed_score DESC`.

          Location: query

          Type: string

      Parameter Order: parent

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Description: Lists the valued resources for a set of simulation results and filter.