All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.azurenative.security.kotlin.outputs.CspmMonitorGithubOfferingResponse.kt Maven / Gradle / Ivy

Go to download

Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.

There is a newer version: 2.82.0.0
Show newest version
@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.azurenative.security.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 * The CSPM monitoring for github offering
 * @property description The offering description.
 * @property offeringType The type of the security offering.
 * Expected value is 'CspmMonitorGithub'.
 */
public data class CspmMonitorGithubOfferingResponse(
    public val description: String,
    public val offeringType: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.azurenative.security.outputs.CspmMonitorGithubOfferingResponse): CspmMonitorGithubOfferingResponse = CspmMonitorGithubOfferingResponse(
            description = javaType.description(),
            offeringType = javaType.offeringType(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy