
                             d Z ddlmZ ddlmZ ddlmZ ddlmZ ej                   ej                  ej                  j                  ej                  j                         G d dej                                      Zy)	zDThe command group for the Access Context Manager cloud-bindings CLI.    )absolute_import)division)unicode_literals)basec                       e Zd ZdZy)AccessContextManagerzManage Access Context Manager cloud access bindings.

  An access binding assigns an access level to a group, enforcing the policy
  when a user in the group accesses the Cloud Console or API.
  N)__name__
__module____qualname____doc__     =lib/surface/access_context_manager/cloud_bindings/__init__.pyr   r      s    r   r   N)r   
__future__r   r   r   googlecloudsdk.callioper   DefaultUniverseOnlyReleaseTracksReleaseTrackALPHAGAGroupr   r   r   r   <module>r      sl    K &  ' ( D%%++T->->-A-AB4::  C r   