downscope: fix grammar and punctuation.

This commit is contained in:
Patrick Jones 2021-06-17 15:11:54 -07:00
parent 1d9ea0c8e4
commit a362f28044
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ type accessBoundary struct {
// An AvailabilityCondition restricts access to a given Resource. // An AvailabilityCondition restricts access to a given Resource.
type AvailabilityCondition struct { type AvailabilityCondition struct {
// A Expression specifies the Cloud Storage objects where // An Expression specifies the Cloud Storage objects where
// permissions are available. For further documentation, see // permissions are available. For further documentation, see
// https://cloud.google.com/iam/docs/conditions-overview // https://cloud.google.com/iam/docs/conditions-overview
Expression string `json:"expression"` Expression string `json:"expression"`
@ -68,7 +68,7 @@ type downscopedTokenResponse struct {
ExpiresIn int `json:"expires_in"` ExpiresIn int `json:"expires_in"`
} }
// DownscopingConfig specifies the information necessary to request a downscoped token // DownscopingConfig specifies the information necessary to request a downscoped token.
type DownscopingConfig struct { type DownscopingConfig struct {
// RootSource is the TokenSource used to create the downscoped token. // RootSource is the TokenSource used to create the downscoped token.
// The downscoped token therefore has some subset of the accesses of // The downscoped token therefore has some subset of the accesses of