Skip to content

Commit

Permalink
feat: add HIPAA and HITRUST compliance regimes
Browse files Browse the repository at this point in the history
Committer: @samhutton
PiperOrigin-RevId: 363621553
  • Loading branch information
Google APIs authored and Copybara-Service committed Mar 18, 2021
1 parent dd7c51a commit 15b444a
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,12 @@ message Workload {

// Assured Workloads For US Regions data protection controls
US_REGIONAL_ACCESS = 5;

// Health Insurance Portability and Accountability Act controls
HIPAA = 6;

// Health Information Trust Alliance controls
HITRUST = 7;
}

// Optional. The resource name of the workload.
Expand Down

0 comments on commit 15b444a

Please sign in to comment.