| 
        
        Property
         | 
      
        
        Description
         | 
      
        
        Usage
         | 
      
        
        Valid Values
         | 
     
| 
        
        "name"
         | 
      
        
        The name of the OAuth application object.
         | 
      
        
        Required
         | 
      
        
        The user-specified name of the OAuth application object. The name can contain only alphanumeric characters and the underscore character.
         | 
     
| 
        
        "dataStore"
         | 
      
        
        The ID of the data store for which the OAuth application object is being created.
         | 
      
        
        Required
         | 
      
        
        The only data store which Hybrid Data Pipeline currently supports access to is Google Analytics. Therefore, the only valid value is the Google Analytics data store ID: 54.
         | 
     
| 
        
        "tenantId"
         | 
      
        
        The ID of the tenant to which the OAuth application and data store belong.
        
       
        When a tenant ID is not specified, the OAuth application is created for the tenant to which the user belongs.
         | 
      
        
        Optional
         | 
      
        
        A valid tenant ID.
         | 
     
| 
        
        "description"
         | 
      
        
        A description of the OAuth application object.
         | 
      
        
        Optional
         | 
      
        
        A description provided by the user.
         | 
     
| 
        
        "clientId"
         | 
      
        
        The OAuth client_id generated by Google when an application is registered with the Analytics API in the Google Developer Console.
         | 
      
        
        Required
         | 
      
        
        A valid client_id.
         | 
     
| 
        
        "clientSecret"
         | 
      
        
        The OAuth client_secret generated by Google when an application is registered with the Analytics API in the Google Developer Console.
         | 
      
        
        Required
         | 
      
        
        A valid client_secret.
         |