getSecurityConnector

Retrieves details of a specific security connector Uses Azure REST API version 2024-08-01-preview. Other available API versions: 2021-07-01-preview, 2021-12-01-preview, 2022-05-01-preview, 2022-08-01-preview, 2023-03-01-preview, 2023-10-01-preview, 2024-03-01-preview, 2024-07-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native security [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

The security connector resource.

Parameters

argument

null


suspend fun getSecurityConnector(resourceGroupName: String, securityConnectorName: String): GetSecurityConnectorResult

Return

The security connector resource.

Parameters

resourceGroupName

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

securityConnectorName

The security connector name.

See also


Return

The security connector resource.

Parameters

argument

Builder for com.pulumi.azurenative.security.kotlin.inputs.GetSecurityConnectorPlainArgs.

See also