
com.pulumi.azurenative.iotoperations.kotlin.outputs.CertManagerPrivateKeyResponse.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.iotoperations.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
* Cert Manager private key properties
* @property algorithm algorithm for private key.
* @property rotationPolicy cert-manager private key rotationPolicy.
*/
public data class CertManagerPrivateKeyResponse(
public val algorithm: String,
public val rotationPolicy: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.azurenative.iotoperations.outputs.CertManagerPrivateKeyResponse): CertManagerPrivateKeyResponse = CertManagerPrivateKeyResponse(
algorithm = javaType.algorithm(),
rotationPolicy = javaType.rotationPolicy(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy