Cluster Access Config
    data class ClusterAccessConfig(val authenticationMode: String? = null, val bootstrapClusterCreatorAdminPermissions: Boolean? = null)
Constructors
Link copied to clipboard
                fun ClusterAccessConfig(authenticationMode: String? = null, bootstrapClusterCreatorAdminPermissions: Boolean? = null)