You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/api_keys/lib/google_api/api_keys/v2/model/v2_key.ex
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@ defmodule GoogleApi.APIKeys.V2.Model.V2Key do
29
29
* `keyString` (*type:* `String.t`, *default:* `nil`) - Output only. An encrypted and signed value held by this key. This field can be accessed only through the `GetKeyString` method.
30
30
* `name` (*type:* `String.t`, *default:* `nil`) - Output only. The resource name of the key. The `name` has the form: `projects//locations/global/keys/`. For example: `projects/123456867718/locations/global/keys/b7ff1f9f-8275-410a-94dd-3855ee9b5dd2` NOTE: Key is a global resource; hence the only supported value for location is `global`.
* `serviceAccountEmail` (*type:* `String.t`, *default:* `nil`) - Optional. The email address of [the service account](https://cloud.google.com/iam/docs/service-accounts) the key is bound to.
32
33
* `uid` (*type:* `String.t`, *default:* `nil`) - Output only. Unique id in UUID4 format.
33
34
* `updateTime` (*type:* `DateTime.t`, *default:* `nil`) - Output only. A timestamp identifying the time this key was last updated.
34
35
"""
@@ -44,6 +45,7 @@ defmodule GoogleApi.APIKeys.V2.Model.V2Key do
0 commit comments