getSecurityContact

Get Default Security contact configurations for the subscription Uses Azure REST API version 2023-12-01-preview. Other available API versions: 2017-08-01-preview, 2020-01-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

Contact details and configurations for notifications coming from Microsoft Defender for Cloud.

Parameters

argument

null


suspend fun getSecurityContact(securityContactName: String): GetSecurityContactResult

Return

Contact details and configurations for notifications coming from Microsoft Defender for Cloud.

Parameters

securityContactName

Name of the security contact object

See also


Return

Contact details and configurations for notifications coming from Microsoft Defender for Cloud.

Parameters

argument

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

See also