github.com/launchdarkly/api-client-go@v5.3.0+incompatible/docs/RelayProxyConfig.md (about)

     1  # RelayProxyConfig
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **Id** | **string** | The unique resource id. | [default to null]
     7  **Creator** | [***Member**](Member.md) |  | [default to null]
     8  **Name** | **string** | A human-friendly name for the relay proxy configuration | [default to null]
     9  **Policy** | [**[]Policy**](Policy.md) |  | [default to null]
    10  **FullKey** | **string** | Full secret key. Only included if creating or resetting the relay proxy configuration | [optional] [default to null]
    11  **DisplayKey** | **string** | The last 4 digits of the unique secret key for this relay proxy configuration | [default to null]
    12  **CreationDate** | **int64** | A unix epoch time in milliseconds specifying the creation time of this relay proxy configuration | [default to null]
    13  **LastModified** | **int64** | A unix epoch time in milliseconds specifying the last time this relay proxy configuration was modified | [default to null]
    14  
    15  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    16  
    17