Update readmes

This commit is contained in:
Julio Castillo 2021-09-22 17:57:48 +02:00
parent b373615041
commit c4908e4240
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ def get_role_permissions(role):
@click.argument("file", type=click.File("r"))
def main(file):
"""Verify that the set of GCP roles in FILE does not include the
permission SetIamPolicy at project, folder or organization level
permission setIamPolicy at project, folder or organization level
This program authenticates against GCP using default application
credentials to query project and organization level roles.