:doc:`odb <../../odb>` / Client / initialize_service

******************
initialize_service
******************



.. py:method:: odb.Client.initialize_service(**kwargs)

  

  Initializes the ODB service for the first time in an account.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/odb-2024-08-20/InitializeService>`_  


  **Request Syntax**
  ::

    response = client.initialize_service(
        ociIdentityDomain=True|False
    )
    
  :type ociIdentityDomain: boolean
  :param ociIdentityDomain: 

    The Oracle Cloud Infrastructure (OCI) identity domain configuration for service initialization.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`odb.Client.exceptions.ThrottlingException`

  
  *   :py:class:`odb.Client.exceptions.ValidationException`

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

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

  