GetNetworkSecurityPerimeterLinkResult

data class GetNetworkSecurityPerimeterLinkResult(val autoApprovedRemotePerimeterResourceId: String? = null, val azureApiVersion: String, val description: String? = null, val etag: String, val id: String, val localInboundProfiles: List<String>? = null, val localOutboundProfiles: List<String>, val name: String, val provisioningState: String, val remoteInboundProfiles: List<String>? = null, val remoteOutboundProfiles: List<String>, val remotePerimeterGuid: String, val remotePerimeterLocation: String, val status: String, val type: String)

The network security perimeter link resource

Constructors

Link copied to clipboard
constructor(autoApprovedRemotePerimeterResourceId: String? = null, azureApiVersion: String, description: String? = null, etag: String, id: String, localInboundProfiles: List<String>? = null, localOutboundProfiles: List<String>, name: String, provisioningState: String, remoteInboundProfiles: List<String>? = null, remoteOutboundProfiles: List<String>, remotePerimeterGuid: String, remotePerimeterLocation: String, status: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Perimeter ARM Id for the remote NSP with which the link gets created in Auto-approval mode. It should be used when the NSP admin have Microsoft.Network/networkSecurityPerimeters/linkPerimeter/action permission on the remote NSP resource.

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val description: String? = null

A message passed to the owner of the remote NSP link resource with this connection request. In case of Auto-approved flow, it is default to 'Auto Approved'. Restricted to 140 chars.

Link copied to clipboard

A unique read-only string that changes whenever the resource is updated.

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard

Local Inbound profile names to which Inbound is allowed. Use '*' to allow inbound to all profiles.

Link copied to clipboard

Local Outbound profile names from which Outbound is allowed. In current version, it is readonly property and it's value is set to '*' to allow outbound from all profiles. In later version, user will be able to modify it.

Link copied to clipboard

Resource name.

Link copied to clipboard

The provisioning state of the NSP Link resource.

Link copied to clipboard

Remote Inbound profile names to which Inbound is allowed. Use '*' to allow inbound to all profiles. This property can only be updated in auto-approval mode.

Link copied to clipboard

Remote Outbound profile names from which Outbound is allowed. In current version, it is readonly property and it's value is set to '*' to allow outbound from all profiles. In later version, user will be able to modify it.

Link copied to clipboard

Remote NSP Guid with which the link gets created.

Link copied to clipboard

Remote NSP location with which the link gets created.

Link copied to clipboard

The NSP link state.

Link copied to clipboard

Resource type.