Private Link Service Connection State Property Response
data class PrivateLinkServiceConnectionStatePropertyResponse(val actionsRequired: String, val description: String, val status: String)
State of the private endpoint connection.
Constructors
Link copied to clipboard
fun PrivateLinkServiceConnectionStatePropertyResponse(actionsRequired: String, description: String, status: String)