Secure Source Manager での規制サポート

このドキュメントでは、サポートされているコントロール パッケージのコントロールに沿った Secure Source Manager の機能、構成、API について説明します。このドキュメントは、Assured Workloads を使用していることを前提としています。

FedRAMP High のデータ境界

サポート対象のサービス

次の表に、FedRAMP High のデータ境界の要件を満たす Secure Source Manager API とバージョンを示します。

サービス バージョン ステータス
securesourcemanager.googleapis.com v1 サポート対象

コンプライアンスがサポートされているリージョン

Secure Source Manager は、次の Google Cloud リージョンの FedRAMP High のデータ境界で使用できます。

  • us-central1
  • us-east1

機密データの API フィールド

リソース: securesourcemanager.googleapis.com/Instance

次の表に、FedRAMP High のデータ境界で保護されているデータを処理するように設計された API リソースとフィールドを示します。

API メソッド 保護されたフィールド

サービス: securesourcemanager.googleapis.com

REST API: GET /v1/{parent=projects/*/locations/*}/instances

RPC メソッド:

  • google.cloud.securesourcemanager.v1.SecureSourceManager.ListInstances
  • filter
  • orderBy

リソース: securesourcemanager.googleapis.com/Issue

次の表に、FedRAMP High のデータ境界で保護されているデータを処理するように設計された API リソースとフィールドを示します。

API メソッド 保護されたフィールド

サービス: securesourcemanager.googleapis.com

REST API: GET /v1/{parent=projects/*/locations/*/repositories/*}/issues

RPC メソッド:

  • google.cloud.securesourcemanager.v1.SecureSourceManager.ListIssues
  • filter

サービス: securesourcemanager.googleapis.com

REST API: PATCH /v1/{issue.name=projects/*/locations/*/repositories/*/issues/*}

RPC メソッド:

  • google.cloud.securesourcemanager.v1.SecureSourceManager.UpdateIssue
  • issue.body
  • issue.title

サービス: securesourcemanager.googleapis.com

REST API: POST /v1/{parent=projects/*/locations/*/repositories/*}/issues

RPC メソッド:

  • google.cloud.securesourcemanager.v1.SecureSourceManager.CreateIssue
  • issue.body
  • issue.title

リソース: securesourcemanager.googleapis.com/IssueComment

次の表に、FedRAMP High のデータ境界で保護されているデータを処理するように設計された API リソースとフィールドを示します。

API メソッド 保護されたフィールド

サービス: securesourcemanager.googleapis.com

REST API: PATCH /v1/{issue_comment.name=projects/*/locations/*/repositories/*/issues/*/issueComments/*}

RPC メソッド:

  • google.cloud.securesourcemanager.v1.SecureSourceManager.UpdateIssueComment
  • issueComment.body

サービス: securesourcemanager.googleapis.com

REST API: POST /v1/{parent=projects/*/locations/*/repositories/*/issues/*}/issueComments

RPC メソッド:

  • google.cloud.securesourcemanager.v1.SecureSourceManager.CreateIssueComment
  • issueComment.body

リソース: securesourcemanager.googleapis.com/PullRequest

次の表に、FedRAMP High のデータ境界で保護されているデータを処理するように設計された API リソースとフィールドを示します。

API メソッド 保護されたフィールド

サービス: securesourcemanager.googleapis.com

REST API: PATCH /v1/{pull_request.name=projects/*/locations/*/repositories/*/pullRequests/*}

RPC メソッド:

  • google.cloud.securesourcemanager.v1.SecureSourceManager.UpdatePullRequest
  • pullRequest.base.ref
  • pullRequest.body
  • pullRequest.head.ref
  • pullRequest.title

サービス: securesourcemanager.googleapis.com

REST API: POST /v1/{parent=projects/*/locations/*/repositories/*}/pullRequests

RPC メソッド:

  • google.cloud.securesourcemanager.v1.SecureSourceManager.CreatePullRequest
  • pullRequest.base.ref
  • pullRequest.body
  • pullRequest.head.ref
  • pullRequest.title

リソース: securesourcemanager.googleapis.com/PullRequestComment

次の表に、FedRAMP High のデータ境界で保護されているデータを処理するように設計された API リソースとフィールドを示します。

API メソッド 保護されたフィールド

サービス: securesourcemanager.googleapis.com

REST API: PATCH /v1/{pull_request_comment.name=projects/*/locations/*/repositories/*/pullRequests/*/pullRequestComments/*}

RPC メソッド:

  • google.cloud.securesourcemanager.v1.SecureSourceManager.UpdatePullRequestComment
  • pullRequestComment.code.body
  • pullRequestComment.code.position.path
  • pullRequestComment.comment.body
  • pullRequestComment.review.body

サービス: securesourcemanager.googleapis.com

REST API: POST /v1/{parent=projects/*/locations/*/repositories/*/pullRequests/*}/pullRequestComments

RPC メソッド:

  • google.cloud.securesourcemanager.v1.SecureSourceManager.CreatePullRequestComment
  • pullRequestComment.code.body
  • pullRequestComment.code.position.path
  • pullRequestComment.comment.body
  • pullRequestComment.review.body

サービス: securesourcemanager.googleapis.com

REST API: POST /v1/{parent=projects/*/locations/*/repositories/*/pullRequests/*}/pullRequestComments:batchCreate

RPC メソッド:

  • google.cloud.securesourcemanager.v1.SecureSourceManager.BatchCreatePullRequestComments
  • requests.pullRequestComment.code.body
  • requests.pullRequestComment.code.position.path
  • requests.pullRequestComment.comment.body
  • requests.pullRequestComment.review.body

リソース: securesourcemanager.googleapis.com/Repository

次の表に、FedRAMP High のデータ境界で保護されているデータを処理するように設計された API リソースとフィールドを示します。

API メソッド 保護されたフィールド

サービス: securesourcemanager.googleapis.com

REST API: GET /v1/{parent=projects/*/locations/*}/repositories

RPC メソッド:

  • google.cloud.securesourcemanager.v1.SecureSourceManager.ListRepositories
  • filter

サービス: securesourcemanager.googleapis.com

REST API: PATCH /v1/{repository.name=projects/*/locations/*/repositories/*}

RPC メソッド:

  • google.cloud.securesourcemanager.v1.SecureSourceManager.UpdateRepository
  • repository.description

サービス: securesourcemanager.googleapis.com

REST API: POST /v1/{parent=projects/*/locations/*}/repositories

RPC メソッド:

  • google.cloud.securesourcemanager.v1.SecureSourceManager.CreateRepository
  • repository.description

次のステップ