Get WCFRelay Result
data class GetWCFRelayResult(val createdAt: String, val id: String, val isDynamic: Boolean, val listenerCount: Int, val name: String, val relayType: String? = null, val requiresClientAuthorization: Boolean? = null, val requiresTransportSecurity: Boolean? = null, val type: String, val updatedAt: String, val userMetadata: String? = null)
Description of the WCF relay resource.
Properties
Link copied to clipboard
The number of listeners for this relay. Note that min :1 and max:25 are supported.
Link copied to clipboard
Returns true if client authorization is needed for this relay; otherwise, false.
Link copied to clipboard
Returns true if transport security is needed for this relay; otherwise, false.
Link copied to clipboard
The usermetadata is a placeholder to store user-defined string data for the WCF Relay endpoint. For example, it can be used to store descriptive data, such as list of teams and their contact information. Also, user-defined configuration settings can be stored.