Network Insights Access Scope Access Scope Path Request Args
data class NetworkInsightsAccessScopeAccessScopePathRequestArgs(val destination: Output<NetworkInsightsAccessScopePathStatementRequestArgs>? = null, val source: Output<NetworkInsightsAccessScopePathStatementRequestArgs>? = null, val throughResources: Output<List<NetworkInsightsAccessScopeThroughResourcesStatementRequestArgs>>? = null) : ConvertibleToJava<NetworkInsightsAccessScopeAccessScopePathRequestArgs>
Constructors
Link copied to clipboard
constructor(destination: Output<NetworkInsightsAccessScopePathStatementRequestArgs>? = null, source: Output<NetworkInsightsAccessScopePathStatementRequestArgs>? = null, throughResources: Output<List<NetworkInsightsAccessScopeThroughResourcesStatementRequestArgs>>? = null)
Properties
Link copied to clipboard
The destination.
Link copied to clipboard
The source.
Link copied to clipboard
val throughResources: Output<List<NetworkInsightsAccessScopeThroughResourcesStatementRequestArgs>>? = null
The through resources.