Cluster Binary Authorization Args
data class ClusterBinaryAuthorizationArgs(val enabled: Output<Boolean>? = null, val evaluationMode: Output<String>? = null) : ConvertibleToJava<ClusterBinaryAuthorizationArgs>
Constructors
Link copied to clipboard
fun ClusterBinaryAuthorizationArgs(enabled: Output<Boolean>? = null, evaluationMode: Output<String>? = null)