
com.pulumi.googlenative.compute.alpha.kotlin.enums.ConditionIam.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-google-native-kotlin Show documentation
Show all versions of pulumi-google-native-kotlin Show documentation
Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.
The newest version!
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.googlenative.compute.alpha.kotlin.enums
import com.pulumi.kotlin.ConvertibleToJava
import kotlin.Suppress
/**
* This is deprecated and has no effect. Do not use.
*/
public enum class ConditionIam(
public val javaValue: com.pulumi.googlenative.compute.alpha.enums.ConditionIam,
) : ConvertibleToJava {
/**
* This is deprecated and has no effect. Do not use.
*/
Approver(com.pulumi.googlenative.compute.alpha.enums.ConditionIam.Approver),
/**
* This is deprecated and has no effect. Do not use.
*/
Attribution(com.pulumi.googlenative.compute.alpha.enums.ConditionIam.Attribution),
/**
* This is deprecated and has no effect. Do not use.
*/
Authority(com.pulumi.googlenative.compute.alpha.enums.ConditionIam.Authority),
/**
* This is deprecated and has no effect. Do not use.
*/
CredentialsType(com.pulumi.googlenative.compute.alpha.enums.ConditionIam.CredentialsType),
/**
* This is deprecated and has no effect. Do not use.
*/
CredsAssertion(com.pulumi.googlenative.compute.alpha.enums.ConditionIam.CredsAssertion),
/**
* This is deprecated and has no effect. Do not use.
*/
JustificationType(com.pulumi.googlenative.compute.alpha.enums.ConditionIam.JustificationType),
/**
* This is deprecated and has no effect. Do not use.
*/
NoAttr(com.pulumi.googlenative.compute.alpha.enums.ConditionIam.NoAttr),
/**
* This is deprecated and has no effect. Do not use.
*/
SecurityRealm(com.pulumi.googlenative.compute.alpha.enums.ConditionIam.SecurityRealm),
;
override fun toJava(): com.pulumi.googlenative.compute.alpha.enums.ConditionIam = javaValue
public companion object {
public fun toKotlin(javaType: com.pulumi.googlenative.compute.alpha.enums.ConditionIam): ConditionIam = ConditionIam.values().first { it.javaValue == javaType }
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy