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

com.pulumi.azurenative.media.kotlin.outputs.ContentKeyPolicySymmetricTokenKeyResponse.kt Maven / Gradle / Ivy

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

package com.pulumi.azurenative.media.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 * Specifies a symmetric key for token validation.
 * @property keyValue The key value of the key
 * @property odataType The discriminator for derived types.
 * Expected value is '#Microsoft.Media.ContentKeyPolicySymmetricTokenKey'.
 */
public data class ContentKeyPolicySymmetricTokenKeyResponse(
    public val keyValue: String,
    public val odataType: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.azurenative.media.outputs.ContentKeyPolicySymmetricTokenKeyResponse): ContentKeyPolicySymmetricTokenKeyResponse = ContentKeyPolicySymmetricTokenKeyResponse(
            keyValue = javaType.keyValue(),
            odataType = javaType.odataType(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy