
    {                     J   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
 ddlmZ ej                   ej                  ej                  j                   ej                  j"                  ej                  j$                         G d d	ej&                                      Zy
)z%The command group for autokey config.    )absolute_import)division)unicode_literals)base)flags)	resourcesc                   8    e Zd ZdZej
                  Zed        Zy)AutokeyConfigzUpdate and retrieve the AutokeyConfig.

  Autokey config is a folder level resource which configures the key project
  for the folder and the resources inside it.
  c                      y )N )parsers    *lib/surface/kms/autokey_config/__init__.pyArgszAutokeyConfig.Args(   s        N)	__name__
__module____qualname____doc__r   IDENTITY_AND_SECURITY_CATEGORYcategorystaticmethodr   r   r   r   r
   r
      s&    
 00(	 	r   r
   N)r   
__future__r   r   r   googlecloudsdk.api_lib.cloudkmsr   cloudkms_basegooglecloudsdk.calliopegooglecloudsdk.command_lib.kmsr   googlecloudsdk.corer   UniverseCompatibleReleaseTracksReleaseTrackGABETAALPHAGroupr
   r   r   r   <module>r%      s    , &  ' A ( 0 ) $++00$2C2C2I2I	DJJ 	 	r   