
    S                         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
)z6`gcloud alpha scc settings describe-explicit` 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)DescribeExplicitz1Display settings of Security Command Center(SCC).z?      Describe settings of Security Command Center(SCC).
      zz        To describe effective settings of organization id="12345", run:

          $ {command} --organization=12345
      )DESCRIPTIONEXAMPLESc                 0    t        j                  | d       y )NORGANIZATION_ID)r   AddOrganizationFlag)parsers    -lib/surface/scc/settings/describe_explicit.pyArgszDescribeExplicit.Args+   s    	f&78    c                 H    t        j                         j                  |      S )z*Call corresponding APIs based on the flag.)r   SettingsClientr
   )selfargss     r   RunzDescribeExplicit.Run/   s    !22488r   N)__name__
__module____qualname____doc__detailed_helpstaticmethodr   r    r   r   r
   r
      s/    9

- 9 99r   r
   N)r   
__future__r   r   r   googlecloudsdk.callioper   'googlecloudsdk.command_lib.scc.settingsr   r   ReleaseTracksReleaseTrackALPHADescribeCommandr
   r   r   r   <module>r'      sV    = &  ' ( 9 9 D%%++,9t++ 9 -9r   