-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PiperOrigin-RevId: 662088251 Change-Id: I6665e0342462a9595cd146c9e9b5d3ae73f83689
- Loading branch information
1 parent
f43dbfc
commit 3246682
Showing
2 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,8 @@ syntax = "proto3"; | |
// Protocol: https://tools.ietf.org/html/rfc7644 | ||
package scim.v2; | ||
|
||
import "storage/datapol/annotations/proto/semantic_annotations.proto"; | ||
|
||
option go_package = "github.com/GoogleCloudPlatform/healthcare-federated-access-services/proto/scim/v2"; | ||
|
||
// SCIM representation of a 'User' as per | ||
|
@@ -147,7 +149,7 @@ message User { | |
bool active = 15; | ||
|
||
// UNUSED but present for completeness. | ||
string password = 16; | ||
string password = 16 [(datapol.semantic_type) = ST_ACCOUNT_CREDENTIAL]; | ||
|
||
// E-mail addresses for the User. The value SHOULD be canonicalized by the | ||
// Service Provider, e.g. [email protected] instead of [email protected]. | ||
|