
com.pulumi.azurenative.security.kotlin.outputs.CspmMonitorAzureDevOpsOfferingResponse.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.security.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
* The CSPM monitoring for AzureDevOps offering
* @property description The offering description.
* @property offeringType The type of the security offering.
* Expected value is 'CspmMonitorAzureDevOps'.
*/
public data class CspmMonitorAzureDevOpsOfferingResponse(
public val description: String,
public val offeringType: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.azurenative.security.outputs.CspmMonitorAzureDevOpsOfferingResponse): CspmMonitorAzureDevOpsOfferingResponse = CspmMonitorAzureDevOpsOfferingResponse(
description = javaType.description(),
offeringType = javaType.offeringType(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy