:doc:`ManagedintegrationsforIoTDeviceManagement <../../iot-managed-integrations>` / Client / get_credential_locker

*********************
get_credential_locker
*********************



.. py:method:: ManagedintegrationsforIoTDeviceManagement.Client.get_credential_locker(**kwargs)

  

  Get information on an existing credential locker

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/iot-managed-integrations-2025-03-03/GetCredentialLocker>`_  


  **Request Syntax**
  ::

    response = client.get_credential_locker(
        Identifier='string'
    )
    
  :type Identifier: string
  :param Identifier: **[REQUIRED]** 

    The identifier of the credential locker.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'Id': 'string',
          'Arn': 'string',
          'Name': 'string',
          'CreatedAt': datetime(2015, 1, 1),
          'Tags': {
              'string': 'string'
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **Id** *(string) --* 

        The identifier of the credential locker.

        
      

      - **Arn** *(string) --* 

        The Amazon Resource Name (ARN) of the credential locker.

        
      

      - **Name** *(string) --* 

        The name of the credential locker.

        
      

      - **CreatedAt** *(datetime) --* 

        The timestamp value of when the credential locker requset occurred.

        
      

      - **Tags** *(dict) --* 

        A set of key/value pairs that are used to manage the credential locker.

        
        

        - *(string) --* 
          

          - *(string) --* 
    
  
  
  **Exceptions**
  
  *   :py:class:`ManagedintegrationsforIoTDeviceManagement.Client.exceptions.ValidationException`

  
  *   :py:class:`ManagedintegrationsforIoTDeviceManagement.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`ManagedintegrationsforIoTDeviceManagement.Client.exceptions.InternalServerException`

  
  *   :py:class:`ManagedintegrationsforIoTDeviceManagement.Client.exceptions.ServiceUnavailableException`

  
  *   :py:class:`ManagedintegrationsforIoTDeviceManagement.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`ManagedintegrationsforIoTDeviceManagement.Client.exceptions.ThrottlingException`

  