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

com.pulumi.azure.sentinel.kotlin.outputs.AlertRuleScheduledEntityMappingFieldMapping.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.azure.sentinel.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 *
 * @property columnName The column name to be mapped to the identifier.
 * @property identifier The identifier of the entity.
 */
public data class AlertRuleScheduledEntityMappingFieldMapping(
    public val columnName: String,
    public val identifier: String,
) {
    public companion object {
        public
        fun toKotlin(javaType: com.pulumi.azure.sentinel.outputs.AlertRuleScheduledEntityMappingFieldMapping):
            AlertRuleScheduledEntityMappingFieldMapping = AlertRuleScheduledEntityMappingFieldMapping(
            columnName = javaType.columnName(),
            identifier = javaType.identifier(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy