Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3342650 commit e91c58eCopy full SHA for e91c58e
api_core/google/api_core/iam.py
@@ -176,9 +176,9 @@ def bindings(self):
176
role (str): Role that is assigned to `members`.
177
members (:obj:`set` of str): Specifies the identities associated to this binding.
178
condition (dict of str:str): Specifies a condition under which this binding will apply.
179
- title (str): Title for the condition.
180
- description (:obj:str, optional): Description of the condition.
181
- expression: A CEL expression.
+ - title (str): Title for the condition.
+ - description (:obj:str, optional): Description of the condition.
+ - expression: A CEL expression.
182
183
See:
184
Policy versions https://cloud.google.com/iam/docs/policies#versions
0 commit comments