Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rambleraptor committed Aug 20, 2019
1 parent 81acc2a commit 164411f
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions products/kms/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,12 @@ objects:
- !ruby/object:Api::Type::String
name: 'keyRing'
description: |
The name of the key ring being used. Name must be of the format
The id of the `KeyRing` to which the key shall belong. Name must be
of the format
'projects/{{project}}/locations/{{location}}/keyRings/{{keyRing}}'
required: true
input: true
url_param_only: true
properties:
- !ruby/object:Api::Type::String
name: 'name'
Expand All @@ -86,13 +90,6 @@ objects:
The time that this resource was created on the server.
This is in RFC3339 text format.
output: true
- !ruby/object:Api::Type::String
name: 'keyRing'
description: |
The id of the `KeyRing` to which the key shall belong.
required: true
input: true
url_param_only: true
- !ruby/object:Api::Type::KeyValuePairs
name: 'labels'
description: |
Expand Down

0 comments on commit 164411f

Please sign in to comment.