Security Command Center API (securitycenter:v1)

2024-05-15

6 new methods

Additions

    Methods
  • securitycenter.folders.locations.muteConfigs.create

      Path: v1/{+parent}/muteConfigs

      Flat Path: v1/folders/{foldersId}/locations/{locationsId}/muteConfigs

      HTTP Method: POST

      Parameters:

        parent

          Description: Required. Resource name of the new mute configs's parent. Its format is "organizations/[organization_id]", "folders/[folder_id]", or "projects/[project_id]".

          Pattern: ^folders/[^/]+/locations/[^/]+$

          Location: path

          Required: Yes

          Type: string

        muteConfigId

          Description: Required. Unique identifier provided by the client within the parent scope. It must consist of only lowercase letters, numbers, and hyphens, must start with a letter, must end with either a letter or a number, and must be 63 characters or less.

          Location: query

          Type: string

      Parameter Order: parent

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

      Description: Creates a mute config.

  • securitycenter.folders.locations.muteConfigs.list

      Path: v1/{+parent}

      Flat Path: v1/folders/{foldersId}/locations/{locationsId}/muteConfigs

      HTTP Method: GET

      Parameters:

        parent

          Description: Required. The parent, which owns the collection of mute configs. Its format is "organizations/[organization_id]", "folders/[folder_id]", "projects/[project_id]".

          Pattern: ^folders/[^/]+/locations/[^/]+/muteConfigs$

          Location: path

          Required: Yes

          Type: string

        pageSize

          Description: The maximum number of configs to return. The service may return fewer than this value. If unspecified, at most 10 configs will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

          Location: query

          Type: integer

          Format: int32

        pageToken

          Description: A page token, received from a previous `ListMuteConfigs` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListMuteConfigs` must match the call that provided the page token.

          Location: query

          Type: string

      Parameter Order: parent

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

      Description: Lists mute configs.

  • securitycenter.projects.locations.muteConfigs.create

      Path: v1/{+parent}/muteConfigs

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/muteConfigs

      HTTP Method: POST

      Parameters:

        parent

          Description: Required. Resource name of the new mute configs's parent. Its format is "organizations/[organization_id]", "folders/[folder_id]", or "projects/[project_id]".

          Pattern: ^projects/[^/]+/locations/[^/]+$

          Location: path

          Required: Yes

          Type: string

        muteConfigId

          Description: Required. Unique identifier provided by the client within the parent scope. It must consist of only lowercase letters, numbers, and hyphens, must start with a letter, must end with either a letter or a number, and must be 63 characters or less.

          Location: query

          Type: string

      Parameter Order: parent

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

      Description: Creates a mute config.

  • securitycenter.projects.locations.muteConfigs.list

      Path: v1/{+parent}

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/muteConfigs

      HTTP Method: GET

      Parameters:

        parent

          Description: Required. The parent, which owns the collection of mute configs. Its format is "organizations/[organization_id]", "folders/[folder_id]", "projects/[project_id]".

          Pattern: ^projects/[^/]+/locations/[^/]+/muteConfigs$

          Location: path

          Required: Yes

          Type: string

        pageSize

          Description: The maximum number of configs to return. The service may return fewer than this value. If unspecified, at most 10 configs will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

          Location: query

          Type: integer

          Format: int32

        pageToken

          Description: A page token, received from a previous `ListMuteConfigs` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListMuteConfigs` must match the call that provided the page token.

          Location: query

          Type: string

      Parameter Order: parent

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

      Description: Lists mute configs.

  • securitycenter.organizations.locations.muteConfigs.create

      Path: v1/{+parent}/muteConfigs

      Flat Path: v1/organizations/{organizationsId}/locations/{locationsId}/muteConfigs

      HTTP Method: POST

      Parameters:

        parent

          Description: Required. Resource name of the new mute configs's parent. Its format is "organizations/[organization_id]", "folders/[folder_id]", or "projects/[project_id]".

          Pattern: ^organizations/[^/]+/locations/[^/]+$

          Location: path

          Required: Yes

          Type: string

        muteConfigId

          Description: Required. Unique identifier provided by the client within the parent scope. It must consist of only lowercase letters, numbers, and hyphens, must start with a letter, must end with either a letter or a number, and must be 63 characters or less.

          Location: query

          Type: string

      Parameter Order: parent

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

      Description: Creates a mute config.

  • securitycenter.organizations.locations.muteConfigs.list

      Path: v1/{+parent}

      Flat Path: v1/organizations/{organizationsId}/locations/{locationsId}/muteConfigs

      HTTP Method: GET

      Parameters:

        parent

          Description: Required. The parent, which owns the collection of mute configs. Its format is "organizations/[organization_id]", "folders/[folder_id]", "projects/[project_id]".

          Pattern: ^organizations/[^/]+/locations/[^/]+/muteConfigs$

          Location: path

          Required: Yes

          Type: string

        pageSize

          Description: The maximum number of configs to return. The service may return fewer than this value. If unspecified, at most 10 configs will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

          Location: query

          Type: integer

          Format: int32

        pageToken

          Description: A page token, received from a previous `ListMuteConfigs` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListMuteConfigs` must match the call that provided the page token.

          Location: query

          Type: string

      Parameter Order: parent

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

      Description: Lists mute configs.