Skip to content

Commit

Permalink
docs(components): internal
Browse files Browse the repository at this point in the history
Signed-off-by: Googler <nobody@google.com>
PiperOrigin-RevId: 640967527
  • Loading branch information
Googler committed Jun 6, 2024
1 parent 65839ce commit 8e4dfec
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -303,9 +303,9 @@ message GoogleCloudServiceAccountValidation {
// Example: "aiplatform.metadataStores.get"
repeated string permissions = 3;

// Optional. Roles need to be granted for the service account.
// The role names will occur in preflight validations' error message
// as an action item for users.
// Optional. Roles suggestions for users to grant to SA. We will ***not***
// verify if the SA has the role granted or not. The role names will occur in
// preflight validations' error message as an action item for users.
repeated string role_names = 4;
}

Expand Down

0 comments on commit 8e4dfec

Please sign in to comment.