Get Private Access Result
data class GetPrivateAccessResult(val id: String, val location: String, val name: String, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
PrivateAccesses tracked resource.
Constructors
Link copied to clipboard
constructor(id: String, location: String, name: String, privateEndpointConnections: List<PrivateEndpointConnectionResponse>, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)