github.com/safedep/dry@v0.0.0-20241016050132-a15651f0548b/apiguard/tykgen/docs/ApiDefinitionCors.md (about)

     1  # ApiDefinitionCors
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **AllowCredentials** | **bool** |  | [optional] [default to null]
     7  **AllowedHeaders** | **[]string** |  | [optional] [default to null]
     8  **AllowedMethods** | **[]string** |  | [optional] [default to null]
     9  **AllowedOrigins** | **[]string** |  | [optional] [default to null]
    10  **Debug** | **bool** |  | [optional] [default to null]
    11  **Enable** | **bool** |  | [optional] [default to null]
    12  **ExposedHeaders** | **[]string** |  | [optional] [default to null]
    13  **MaxAge** | **int64** |  | [optional] [default to null]
    14  **OptionsPassthrough** | **bool** |  | [optional] [default to null]
    15  
    16  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    17