Skip to content

Commit

Permalink
try fixing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jkwlui committed Jan 7, 2020
1 parent 3342650 commit e91c58e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api_core/google/api_core/iam.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,9 @@ def bindings(self):
role (str): Role that is assigned to `members`.
members (:obj:`set` of str): Specifies the identities associated to this binding.
condition (dict of str:str): Specifies a condition under which this binding will apply.
title (str): Title for the condition.
description (:obj:str, optional): Description of the condition.
expression: A CEL expression.
- title (str): Title for the condition.
- description (:obj:str, optional): Description of the condition.
- expression: A CEL expression.
See:
Policy versions https://cloud.google.com/iam/docs/policies#versions
Expand Down

0 comments on commit e91c58e

Please sign in to comment.