Class Request
  A container object for request attributes.
Assembly: OCI.DotNetSDK.Audit.dll
  Syntax
  
  Properties
  
  Action
  
  
  Declaration
  
    [JsonProperty(PropertyName = "action")]
public string Action { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | string | The HTTP method of the request.
Example: GET
 | 
    
  
  
  
  
  
  Declaration
  
    [JsonProperty(PropertyName = "headers")]
public Dictionary<string, List<string>> Headers { get; set; }
   
  Property Value
  
  
  Id
  
  
  Declaration
  
    [JsonProperty(PropertyName = "id")]
public string Id { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | string | The opc-request-id of the request. | 
    
  
  
  Parameters
  
  
  Declaration
  
    [JsonProperty(PropertyName = "parameters")]
public Dictionary<string, List<string>> Parameters { get; set; }
   
  Property Value
  
  
  Path
  
  
  Declaration
  
    [JsonProperty(PropertyName = "path")]
public string Path { get; set; }
   
  Property Value