GetZeroTrustAccessApplicationsResultTargetCriteria

data class GetZeroTrustAccessApplicationsResultTargetCriteria(val port: Int, val protocol: String, val targetAttributes: Map<String, List<String>>)

Constructors

constructor(port: Int, protocol: String, targetAttributes: Map<String, List<String>>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val port: Int

The port that the targets use for the chosen communication protocol. A port cannot be assigned to multiple protocols.

Link copied to clipboard

The communication protocol your application secures. Available values: "ssh".

Link copied to clipboard

Contains a map of target attribute keys to target attribute values.