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

com.pulumi.gcp.edgecontainer.kotlin.outputs.ClusterAuthorization.kt Maven / Gradle / Ivy

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

package com.pulumi.gcp.edgecontainer.kotlin.outputs

import kotlin.Suppress

/**
 *
 * @property adminUsers User that will be granted the cluster-admin role on the cluster, providing
 * full access to the cluster. Currently, this is a singular field, but will
 * be expanded to allow multiple admins in the future.
 * Structure is documented below.
 */
public data class ClusterAuthorization(
    public val adminUsers: ClusterAuthorizationAdminUsers,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.gcp.edgecontainer.outputs.ClusterAuthorization): ClusterAuthorization = ClusterAuthorization(
            adminUsers = javaType.adminUsers().let({ args0 ->
                com.pulumi.gcp.edgecontainer.kotlin.outputs.ClusterAuthorizationAdminUsers.Companion.toKotlin(args0)
            }),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy