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

com.pulumi.azurenative.datalakeanalytics.kotlin.outputs.SasTokenInformationResponse.kt Maven / Gradle / Ivy

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

package com.pulumi.azurenative.datalakeanalytics.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 * SAS token information.
 * @property accessToken The access token for the associated Azure Storage Container.
 */
public data class SasTokenInformationResponse(
    public val accessToken: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.azurenative.datalakeanalytics.outputs.SasTokenInformationResponse): SasTokenInformationResponse = SasTokenInformationResponse(
            accessToken = javaType.accessToken(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy