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/private_ca/lib/google_api/private_ca/v1/model/ca_pool.ex
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ defmodule GoogleApi.PrivateCA.V1.Model.CaPool do
23
23
24
24
* `issuancePolicy` (*type:* `GoogleApi.PrivateCA.V1.Model.IssuancePolicy.t`, *default:* `nil`) - Optional. The IssuancePolicy to control how Certificates will be issued from this CaPool.
* `name` (*type:* `String.t`, *default:* `nil`) - Output only. The resource name for this CaPool in the format `projects/*/locations/*/caPools/*`.
26
+
* `name` (*type:* `String.t`, *default:* `nil`) - Output only. Identifier. The resource name for this CaPool in the format `projects/*/locations/*/caPools/*`.
27
27
* `publishingOptions` (*type:* `GoogleApi.PrivateCA.V1.Model.PublishingOptions.t`, *default:* `nil`) - Optional. The PublishingOptions to follow when issuing Certificates from any CertificateAuthority in this CaPool.
28
28
* `tier` (*type:* `String.t`, *default:* `nil`) - Required. Immutable. The Tier of this CaPool.
0 commit comments