GetSecurityConnectorApplicationPlainArgs

data class GetSecurityConnectorApplicationPlainArgs(val applicationId: String, val resourceGroupName: String, val securityConnectorName: String) : ConvertibleToJava<GetSecurityConnectorApplicationPlainArgs>

Constructors

Link copied to clipboard
constructor(applicationId: String, resourceGroupName: String, securityConnectorName: String)

Properties

Link copied to clipboard

The security Application key - unique key for the standard application

Link copied to clipboard

The name of the resource group within the user's subscription. The name is case insensitive.

Link copied to clipboard

The security connector name.

Functions

Link copied to clipboard
open override fun toJava(): GetSecurityConnectorApplicationPlainArgs