Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add persistence_iam_identity to Redis Instance #3805

Merged
merged 3 commits into from
Aug 3, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix typo in object type
  • Loading branch information
upodroid committed Aug 3, 2020
commit d69f056f3e96c892c2f51c55de3c7c047d3a9187
2 changes: 1 addition & 1 deletion products/redis/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ objects:
name: port
description: The port number of the exposed Redis endpoint.
output: true
- !ruby/object:Api::Type::Integer
- !ruby/object:Api::Type::String
name: persistenceIamIdentity
description: |
Output only. Cloud IAM identity used by import / export operations
Expand Down