Azure

data class Azure(val value: AzureDetail) : CspmProviderDetail

The Azure provider detail.

Constructors

Link copied to clipboard
constructor(value: AzureDetail)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this CspmProviderDetail as a Azure and retrieves its aws.sdk.kotlin.services.securityhub.model.AzureDetail value. Throws an exception if the CspmProviderDetail is not a Azure.

Link copied to clipboard

Casts this CspmProviderDetail as a Azure and retrieves its aws.sdk.kotlin.services.securityhub.model.AzureDetail value. Returns null if the CspmProviderDetail is not a Azure.