
                             d Z ddlmZ ddlm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                  j                         G d d	ej                               Zy
)z<`gcloud alpha scc settings services modules enable` command.    )absolute_import)division)unicode_literals)base)flags)utilsc                   0    e Zd ZdZdddZed        Zd Zy)Enablez0Enable a module in Security Command Center(SCC).zE          Enable a module in Security Command Center(SCC).
          z          To enable the "PUBLIC_BUCKET_ACL" module in service SECURITY_HEALTH_ANALYTICS of organization "12345", run:

            $ {command} --organization=12345  --service=SECURITY_HEALTH_ANALYTICS --module=PUBLIC_BUCKET_ACL
      )DESCRIPTIONEXAMPLESc                     t        j                  |        t        j                  |        t        j                  |        y )N)r   ExtractRequiredFlagsAddServiceArgumentAddModuleArgument)parsers    3lib/surface/scc/settings/services/modules/enable.pyArgszEnable.Args+   s,    	v&	V$	F#    c                 H    t        j                         j                  |      S )z*Call corresponding APIs based on the flag.)r   SettingsClientEnableModule)selfargss     r   Runz
Enable.Run1   s    !..t44r   N)__name__
__module____qualname____doc__detailed_helpstaticmethodr   r    r   r   r
   r
      s/    8
- $ $
5r   r
   N)r   
__future__r   r   r   googlecloudsdk.callioper   'googlecloudsdk.command_lib.scc.settingsr   r   ReleaseTracksReleaseTrackALPHAUpdateCommandr
   r!   r   r   <module>r)      sW    C &  ' ( 9 9 D%%++,5T 5 -5r   